Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dtransport.c71 temp->when_alloc = jiffies; in AllocMidQEntry()
118 if (time_after(now, midEntry->when_alloc + HZ) && in DeleteMidQEntry()
132 now - midEntry->when_alloc, in DeleteMidQEntry()
Dsmb2transport.c591 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
Dcifsglob.h1396 unsigned long when_alloc; /* when mid was created */ member