Searched refs:when_sent (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | trace.h | 1075 unsigned long when_sent, 1077 TP_ARGS(cmd, mid, pid, when_sent, when_received), 1082 __field(unsigned long, when_sent) 1089 __entry->when_sent = when_sent; 1093 __entry->cmd, __entry->mid, __entry->pid, __entry->when_sent, 1102 unsigned long when_sent, \ 1104 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 | 1716 unsigned long when_sent; /* time when smb send finished */ member 1773 mid->when_sent = jiffies; in cifs_save_when_sent()
|