Searched refs:when_received (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | trace.h | 493 unsigned long when_received), 494 TP_ARGS(cmd, mid, pid, when_sent, when_received), 500 __field(unsigned long, when_received) 507 __entry->when_received = when_received; 511 __entry->when_received) 520 unsigned long when_received), \ 521 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
H A D | transport.c | 152 midEntry->when_sent, midEntry->when_received); in _cifs_mid_q_entry_release() 159 now - midEntry->when_received); in _cifs_mid_q_entry_release()
|
H A D | cifs_debug.c | 71 mid_entry->when_received, in cifs_dump_mids()
|
H A D | cifsglob.h | 1603 unsigned long when_received; /* when demux complete (taken off wire) */ member
|
H A D | smb2ops.c | 4753 mid->when_received = jiffies; in smb2_decrypt_offload()
|
H A D | connect.c | 828 mid->when_received = jiffies; in dequeue_mid()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | trace.h | 542 unsigned long when_received), 543 TP_ARGS(cmd, mid, pid, when_sent, when_received), 549 __field(unsigned long, when_received) 556 __entry->when_received = when_received; 560 __entry->when_received) 569 unsigned long when_received), \ 570 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 | 1676 unsigned long when_received; /* when demux complete (taken off wire) */ member
|
H A D | connect.c | 843 mid->when_received = jiffies; in dequeue_mid()
|
H A D | smb2ops.c | 4801 mid->when_received = jiffies; in smb2_decrypt_offload()
|
Completed in 41 milliseconds