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

/xnu-2782.1.97/bsd/kern/
H A Dkern_lockf.c132 static struct lockf *lf_getblock(struct lockf *, pid_t);
481 while ((block = lf_getblock(lock, -1))) {
529 * we called lf_getblock, and the time
652 if ((block = lf_getblock(lock, -1)) != NULL)
934 if ((block = lf_getblock(lock, matchpid))) {
953 * lf_getblock
969 lf_getblock(struct lockf *lock, pid_t matchpid) function

Completed in 20 milliseconds