Searched refs:when_sent (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | trace.h | 489 unsigned long when_sent, 491 TP_ARGS(cmd, mid, pid, when_sent, when_received), 496 __field(unsigned long, when_sent) 503 __entry->when_sent = when_sent; 507 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent, 516 unsigned long when_sent, \ 518 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
| D | transport.c | 144 midEntry->when_sent, midEntry->when_received); in _cifs_mid_q_entry_release() 150 now - midEntry->when_sent, in _cifs_mid_q_entry_release()
|
| D | cifsglob.h | 1531 unsigned long when_sent; /* time when smb send finished */ member 1582 mid->when_sent = jiffies; in cifs_save_when_sent()
|