Searched refs:lc_flags (Results 1 – 17 of 17) sorted by relevance
144 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()148 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()203 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()206 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()263 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()267 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()330 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()334 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()400 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()404 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()
303 return ((w1->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK)) == in witness_lock_type_equal()304 (w2->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK))); in witness_lock_type_equal()824 (class->lc_flags & LC_RECURSABLE) == 0) in witness_init()828 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()832 (class->lc_flags & LC_UPGRADABLE) == 0) in witness_init()1069 if (class->lc_flags & LC_SLEEPLOCK) { in witness_checkorder()1412 if (LOCK_CLASS(lock)->lc_flags & LC_SLEEPLOCK) in witness_lock()1472 if ((class->lc_flags & LC_SLEEPLOCK) == 0) in witness_upgrade()1518 if ((class->lc_flags & LC_SLEEPLOCK) == 0) in witness_downgrade()1563 if (class->lc_flags & LC_SLEEPLOCK) in witness_unlock()[all …]
210 !(class->lc_flags & LC_SLEEPABLE)) { in _sleep()229 if (lock != NULL && class->lc_flags & LC_SLEEPABLE) { in _sleep()
550 spin = (LOCK_CLASS(lo)->lc_flags & LC_SPINLOCK) ? 1 : 0; in lock_profile_obtain_lock_success()612 spin = (LOCK_CLASS(lo)->lc_flags & LC_SPINLOCK) ? 1 : 0; in lock_profile_release_lock()
88 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE,102 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE,
119 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE,132 .lc_flags = LC_SPINLOCK | LC_RECURSABLE,
130 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
84 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_UPGRADABLE,
1395 KASSERT(lock == NULL || !(LOCK_CLASS(lock)->lc_flags &
155 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
252 (clp->lc_flags & (LCL_NEEDSCONFIRM | LCL_ADMINREVOKED))) { in nfsrv_setclient()278 new_clp->lc_flags |= LCL_NEEDSCONFIRM; in nfsrv_setclient()391 new_clp->lc_flags |= LCL_NEEDSCONFIRM; in nfsrv_setclient()442 clp->lc_flags |= LCL_WAKEUPWANTED; in nfsrv_setclient()465 new_clp->lc_flags |= (LCL_NEEDSCONFIRM | LCL_DONTCLEAN); in nfsrv_setclient()509 clp->lc_flags |= LCL_WAKEUPWANTED; in nfsrv_setclient()598 } else if (clp->lc_flags & LCL_ADMINREVOKED) { in nfsrv_getclient()628 if ((clp->lc_flags & (LCL_NEEDSCONFIRM | LCL_DONTCLEAN)) == in nfsrv_getclient()651 clp->lc_flags &= ~(LCL_NEEDSCONFIRM | LCL_DONTCLEAN); in nfsrv_getclient()653 clp->lc_flags |= LCL_NEEDSCBNULL; in nfsrv_getclient()[all …]
3477 clp->lc_flags = LCL_GSS; in nfsrvd_setclientid()3479 clp->lc_flags |= LCL_GSSINTEGRITY; in nfsrvd_setclientid()3481 clp->lc_flags |= LCL_GSSPRIVACY; in nfsrvd_setclientid()3483 clp->lc_flags = 0; in nfsrvd_setclientid()3486 clp->lc_flags |= LCL_NAME; in nfsrvd_setclientid()3518 if (clp->lc_flags & LCL_TCPCALLBACK) in nfsrvd_setclientid()3532 if (clp->lc_flags & LCL_TCPCALLBACK) in nfsrvd_setclientid()3808 clp->lc_flags = LCL_GSS | LCL_NFSV41; in nfsrvd_exchangeid()3810 clp->lc_flags |= LCL_GSSINTEGRITY; in nfsrvd_exchangeid()3812 clp->lc_flags |= LCL_GSSPRIVACY; in nfsrvd_exchangeid()[all …]
620 if (clp->lc_flags & LCL_EXPIREIT) { in nfsrvd_compound()
103 u_int32_t lc_flags; /* LCL_ flag bits */ member
546 if ((clp->lc_flags & LCL_GSS) && nfsrv_gsscallbackson) { in newnfs_request()549 if (clp->lc_flags & LCL_GSSINTEGRITY) in newnfs_request()551 else if (clp->lc_flags & LCL_GSSPRIVACY) in newnfs_request()
60 u_int lc_flags; member
4224 regs[rd] = (LOCK_CLASS(l.li)->lc_flags &4235 regs[rd] = (LOCK_CLASS(l.li)->lc_flags & LC_SPINLOCK) != 0;