Searched refs:when_sent (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | trace.h | 290 unsigned long when_sent, 292 TP_ARGS(cmd, mid, pid, when_sent, when_received), 297 __field(unsigned long, when_sent) 304 __entry->when_sent = when_sent; 308 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent, 317 unsigned long when_sent, \ 319 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
D | transport.c | 127 midEntry->when_sent, midEntry->when_received); in DeleteMidQEntry() 133 now - midEntry->when_sent, in DeleteMidQEntry()
|
D | cifsglob.h | 1429 unsigned long when_sent; /* time when smb send finished */ member 1479 mid->when_sent = jiffies; in cifs_save_when_sent()
|