Searched refs:when_alloc (Results 1 – 3 of 3) sorted by relevance
72 temp->when_alloc = jiffies; in AllocMidQEntry()114 if (now < midEntry->when_alloc) in _cifs_mid_q_entry_release()116 roundtrip_time = now - midEntry->when_alloc; in _cifs_mid_q_entry_release()142 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in _cifs_mid_q_entry_release()157 now - midEntry->when_alloc, in _cifs_mid_q_entry_release()
595 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
1532 unsigned long when_alloc; /* when mid was created */ member