Searched refs:lc_flags (Results 1 – 17 of 17) sorted by relevance
137 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()141 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()190 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()193 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()243 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()247 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()303 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()307 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()366 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()370 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()
304 return ((w1->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK)) == in witness_lock_type_equal()305 (w2->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK))); in witness_lock_type_equal()844 (class->lc_flags & LC_RECURSABLE) == 0) in witness_init()848 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()852 (class->lc_flags & LC_UPGRADABLE) == 0) in witness_init()1089 if (class->lc_flags & LC_SLEEPLOCK) { in witness_checkorder()1432 if (LOCK_CLASS(lock)->lc_flags & LC_SLEEPLOCK) in witness_lock()1492 if ((class->lc_flags & LC_SLEEPLOCK) == 0) in witness_upgrade()1538 if ((class->lc_flags & LC_SLEEPLOCK) == 0) in witness_downgrade()1583 if (class->lc_flags & LC_SLEEPLOCK) in witness_unlock()[all …]
184 !(class->lc_flags & LC_SLEEPABLE)) { in _sleep()203 if (lock != NULL && class->lc_flags & LC_SLEEPABLE) { in _sleep()
575 spin = (LOCK_CLASS(lo)->lc_flags & LC_SPINLOCK) ? 1 : 0; in lock_profile_obtain_lock_success()637 spin = (LOCK_CLASS(lo)->lc_flags & LC_SPINLOCK) ? 1 : 0; in lock_profile_release_lock()
87 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE,101 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE,
115 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE,128 .lc_flags = LC_SPINLOCK | LC_RECURSABLE,
129 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
82 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_UPGRADABLE,
150 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
1450 KASSERT(lock == NULL || !(LOCK_CLASS(lock)->lc_flags &
245 (clp->lc_flags & (LCL_NEEDSCONFIRM | LCL_ADMINREVOKED))) { in nfsrv_setclient()271 new_clp->lc_flags |= LCL_NEEDSCONFIRM; in nfsrv_setclient()384 new_clp->lc_flags |= LCL_NEEDSCONFIRM; in nfsrv_setclient()435 clp->lc_flags |= LCL_WAKEUPWANTED; in nfsrv_setclient()458 new_clp->lc_flags |= (LCL_NEEDSCONFIRM | LCL_DONTCLEAN); in nfsrv_setclient()502 clp->lc_flags |= LCL_WAKEUPWANTED; in nfsrv_setclient()591 } else if (clp->lc_flags & LCL_ADMINREVOKED) { in nfsrv_getclient()621 if ((clp->lc_flags & (LCL_NEEDSCONFIRM | LCL_DONTCLEAN)) == in nfsrv_getclient()644 clp->lc_flags &= ~(LCL_NEEDSCONFIRM | LCL_DONTCLEAN); in nfsrv_getclient()646 clp->lc_flags |= LCL_NEEDSCBNULL; in nfsrv_getclient()[all …]
3536 clp->lc_flags = LCL_GSS; in nfsrvd_setclientid()3538 clp->lc_flags |= LCL_GSSINTEGRITY; in nfsrvd_setclientid()3540 clp->lc_flags |= LCL_GSSPRIVACY; in nfsrvd_setclientid()3542 clp->lc_flags = 0; in nfsrvd_setclientid()3545 clp->lc_flags |= LCL_NAME; in nfsrvd_setclientid()3577 if (clp->lc_flags & LCL_TCPCALLBACK) in nfsrvd_setclientid()3591 if (clp->lc_flags & LCL_TCPCALLBACK) in nfsrvd_setclientid()3869 clp->lc_flags = LCL_GSS | LCL_NFSV41; in nfsrvd_exchangeid()3871 clp->lc_flags |= LCL_GSSINTEGRITY; in nfsrvd_exchangeid()3873 clp->lc_flags |= LCL_GSSPRIVACY; in nfsrvd_exchangeid()[all …]
690 if (clp->lc_flags & LCL_EXPIREIT) { in nfsrvd_compound()
103 u_int32_t lc_flags; /* LCL_ flag bits */ member
545 if ((clp->lc_flags & LCL_GSS) && nfsrv_gsscallbackson) { in newnfs_request()548 if (clp->lc_flags & LCL_GSSINTEGRITY) in newnfs_request()550 else if (clp->lc_flags & LCL_GSSPRIVACY) in newnfs_request()
61 u_int lc_flags; member
4264 regs[rd] = (LOCK_CLASS(l.li)->lc_flags &4275 regs[rd] = (LOCK_CLASS(l.li)->lc_flags & LC_SPINLOCK) != 0;