Home
last modified time | relevance | path

Searched refs:when_alloc (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dtransport.c59 temp->when_alloc = jiffies; in AllocMidQEntry()
101 if (now < midEntry->when_alloc) in _cifs_mid_q_entry_release()
103 roundtrip_time = now - midEntry->when_alloc; in _cifs_mid_q_entry_release()
129 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in _cifs_mid_q_entry_release()
144 now - midEntry->when_alloc, in _cifs_mid_q_entry_release()
Dsmb2transport.c722 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
Dcifsglob.h1546 unsigned long when_alloc; /* when mid was created */ member