Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_lockf.c122 #define NOLOCKF (struct lockf *)0 macro
447 while (*lf != NOLOCKF) { in lf_coalesce_adjacent()
995 if (lf == NOLOCKF) { in lf_clearlock()
1094 if (lf == NOLOCKF) { in lf_transferlock()
1231 return NOLOCKF; in lf_getblock()
1286 if (lf == NOLOCKF) { in lf_findoverlap()
1296 while (lf != NOLOCKF) { in lf_findoverlap()
1477 wakelock->lf_next = NOLOCKF; in lf_wakelock()