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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c130 static struct lockf *lf_getblock(struct lockf *, pid_t);
469 while ((block = lf_getblock(lock, -1))) {
516 * we called lf_getblock, and the time
608 if ((block = lf_getblock(lock, -1)) != NULL)
881 if ((block = lf_getblock(lock, matchpid))) {
900 * lf_getblock
916 lf_getblock(struct lockf *lock, pid_t matchpid) function

Completed in 19 milliseconds