Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_lockf.c122 #define NOLOCKF (struct lockf *)0 macro
450 while (*lf != NOLOCKF) { in lf_coalesce_adjacent()
998 if (lf == NOLOCKF) { in lf_clearlock()
1097 if (lf == NOLOCKF) { in lf_transferlock()
1234 return NOLOCKF; in lf_getblock()
1289 if (lf == NOLOCKF) { in lf_findoverlap()
1299 while (lf != NOLOCKF) { in lf_findoverlap()
1480 wakelock->lf_next = NOLOCKF; in lf_wakelock()