Searched refs:when_alloc (Results 1 – 3 of 3) sorted by relevance
59 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()
722 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
1546 unsigned long when_alloc; /* when mid was created */ member