Searched refs:when_received (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | trace.h | 618 unsigned long when_received), 619 TP_ARGS(cmd, mid, pid, when_sent, when_received), 625 __field(unsigned long, when_received) 632 __entry->when_received = when_received; 636 __entry->when_received) 645 unsigned long when_received), \ 646 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
H A D | transport.c | 143 midEntry->when_sent, midEntry->when_received); in __release_mid() 150 now - midEntry->when_received); in __release_mid()
|
H A D | cifs_debug.c | 74 mid_entry->when_received, in cifs_dump_mids()
|
H A D | cifsglob.h | 1718 unsigned long when_received; /* when demux complete (taken off wire) */ member
|
H A D | connect.c | 870 mid->when_received = jiffies; in dequeue_mid()
|
H A D | smb2ops.c | 4710 mid->when_received = jiffies; in smb2_decrypt_offload()
|