Searched refs:LO_SLEEPABLE (Results 1 – 7 of 7) sorted by relevance
35 LO_RECURSABLE | LO_SLEEPABLE | LO_UPGRADABLE | \38 LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | (2 << LO_CLASSSHIFT))
295 liflags |= LO_SLEEPABLE; in rm_init_flags()322 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in rm_destroy()333 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in rm_wowned()402 if (rm->lock_object.lo_flags & LO_SLEEPABLE) { in _rm_rlock_hard()410 if (rm->lock_object.lo_flags & LO_SLEEPABLE) { in _rm_rlock_hard()425 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in _rm_rlock_hard()446 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in _rm_rlock()523 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in _rm_runlock()542 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in _rm_wlock()585 if (rm->lock_object.lo_flags & LO_SLEEPABLE) in _rm_wunlock()
890 if ((lock->lo_flags & LO_SLEEPABLE) != 0 && in witness_init()1318 if ((lock->lo_flags & LO_SLEEPABLE) != 0 && in witness_checkorder()1329 if ((lock->lo_flags & LO_SLEEPABLE) != 0 && in witness_checkorder()1401 if ((lock->lo_flags & LO_SLEEPABLE) != 0 && in witness_checkorder()1496 (lock->lo_flags & LO_SLEEPABLE) != 0 && in witness_checkorder()1560 if ((lock->lo_flags & LO_SLEEPABLE) != 0 && (flags & LOP_NOSLEEP) == 0) in witness_lock()
246 flags = LO_SLEEPABLE | LO_UPGRADABLE; in sx_init_flags()
440 iflags = LO_SLEEPABLE | LO_UPGRADABLE; in lockinit()
300 flags = LO_SLEEPABLE | LO_UPGRADABLE; in sx_init_flags()
83 #define LO_SLEEPABLE 0x00100000 /* Lock may be held while sleeping. */ macro