Searched refs:when_sent (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | trace.h | 497 unsigned long when_sent, 499 TP_ARGS(cmd, mid, pid, when_sent, when_received), 504 __field(unsigned long, when_sent) 511 __entry->when_sent = when_sent; 515 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent, 524 unsigned long when_sent, \ 526 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
| D | cifsglob.h | 1526 unsigned long when_sent; /* time when smb send finished */ member 1579 mid->when_sent = jiffies; in cifs_save_when_sent()
|
| D | transport.c | 139 midEntry->when_sent, midEntry->when_received); in _cifs_mid_q_entry_release() 145 now - midEntry->when_sent, in _cifs_mid_q_entry_release()
|