Searched refs:when_sent (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | trace.h | 984 unsigned long when_sent, 986 TP_ARGS(cmd, mid, pid, when_sent, when_received), 991 __field(unsigned long, when_sent) 998 __entry->when_sent = when_sent; 1002 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent, 1011 unsigned long when_sent, \ 1013 TP_ARGS(cmd, mid, pid, when_sent, when_received))
|
| H A D | transport.c | 102 midEntry->when_sent, midEntry->when_received); in __release_mid() 108 now - midEntry->when_sent, in __release_mid()
|
| H A D | cifsglob.h | 1719 unsigned long when_sent; /* time when smb send finished */ member 1776 mid->when_sent = jiffies; in cifs_save_when_sent()
|