Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dtransport.c67 temp->when_alloc = jiffies; in AllocMidQEntry()
100 if ((now - midEntry->when_alloc) > HZ) { in DeleteMidQEntry()
105 now - midEntry->when_alloc, in DeleteMidQEntry()
Dsmb2transport.c496 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
Dcifsglob.h1276 unsigned long when_alloc; /* when mid was created */ member