extflags 82 kern/kern_lock.c #define ACQUIRE(lkp, error, extflags, drain, wanted) \
extflags 97 kern/kern_lock.c if ((extflags) & LK_SLEEPFAIL) { \
extflags 213 kern/kern_lock.c int extflags;
extflags 218 kern/kern_lock.c extflags = (flags | lkp->lk_flags) & LK_EXTFLG_MASK;
extflags 264 kern/kern_lock.c if ((extflags & LK_NOWAIT) && (lkp->lk_flags &
extflags 272 kern/kern_lock.c ACQUIRE(lkp, error, extflags, 0, lkp->lk_flags &
extflags 305 kern/kern_lock.c if ((extflags & LK_CANRECURSE) == 0) {
extflags 306 kern/kern_lock.c if (extflags & LK_RECURSEFAIL) {
extflags 318 kern/kern_lock.c if ((extflags & LK_NOWAIT) && ((lkp->lk_flags &
extflags 327 kern/kern_lock.c ACQUIRE(lkp, error, extflags, 0, lkp->lk_flags &
extflags 335 kern/kern_lock.c ACQUIRE(lkp, error, extflags, 0, lkp->lk_sharecount != 0);
extflags 390 kern/kern_lock.c if ((extflags & LK_NOWAIT) && ((lkp->lk_flags &
extflags 396 kern/kern_lock.c ACQUIRE(lkp, error, extflags, 1,