Searched refs:when_received (Results 1 – 5 of 5) sorted by relevance
/linux/fs/smb/client/ |
H A D | trace.h | 853 unsigned long when_received), 854 TP_ARGS(cmd, mid, pid, when_sent, when_received), 860 __field(unsigned long, when_received) 867 __entry->when_received = when_received; 871 __entry->when_received) 880 unsigned long when_received), \ 881 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
H A D | cifs_debug.c | 74 mid_entry->when_received, in cifs_dump_mids()
|
H A D | cifsglob.h | 1684 unsigned long when_received; /* when demux complete (taken off wire) */ member
|
H A D | connect.c | 854 mid->when_received = jiffies; in dequeue_mid()
|
H A D | smb2ops.c | 4780 mid->when_received = jiffies; in smb2_decrypt_offload()
|