Searched refs:OVERLAP_NONE (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c119 OVERLAP_NONE = 0, enumerator in enum:__anon122
645 case OVERLAP_NONE:
794 while ((ovcase = lf_findoverlap(lf, unlock, SELF, &prev, &overlap)) != OVERLAP_NONE) {
801 case OVERLAP_NONE: /* satisfy compiler enum/switch */
921 lf_findoverlap(lf, lock, OTHERS, &prev, &overlap) != OVERLAP_NONE;
957 * Returns: OVERLAP_NONE
1016 return OVERLAP_NONE;
1045 return (OVERLAP_NONE);
1079 return (OVERLAP_NONE);

Completed in 19 milliseconds