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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c111 #define SELF 0x1 macro
632 ovcase = lf_findoverlap(block, lock, SELF, &prev, &overlap);
794 while ((ovcase = lf_findoverlap(lf, unlock, SELF, &prev, &overlap)) != OVERLAP_NONE) {
973 * in the check == SELF case
979 * The check parameter can be SELF, meaning we are looking for
1004 if (((type & SELF) && lf->lf_id != lock->lf_id) ||
1015 if ((type & SELF) && found_self) {
1024 if ((type & SELF)) {
1044 if ((type & SELF) && end != -1 && lf->lf_start > end)

Completed in 21 milliseconds