Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dtransport.c72 temp->when_alloc = jiffies; in AllocMidQEntry()
106 if (now < midEntry->when_alloc) in _cifs_mid_q_entry_release()
108 roundtrip_time = now - midEntry->when_alloc; in _cifs_mid_q_entry_release()
134 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in _cifs_mid_q_entry_release()
149 now - midEntry->when_alloc, in _cifs_mid_q_entry_release()
Dsmb2transport.c595 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
Dcifsglob.h1529 unsigned long when_alloc; /* when mid was created */ member