Searched refs:LO_UPGRADABLE (Results 1 – 6 of 6) sorted by relevance
36 LO_RECURSABLE | LO_SLEEPABLE | LO_UPGRADABLE | \39 LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | (2 << LO_CLASSSHIFT))
84 #define LO_UPGRADABLE 0x00200000 /* Lock may be upgraded/downgraded. */ macro
895 if ((lock->lo_flags & LO_UPGRADABLE) != 0 && in witness_init()1578 if ((lock->lo_flags & LO_UPGRADABLE) == 0) in witness_upgrade()1624 if ((lock->lo_flags & LO_UPGRADABLE) == 0) in witness_downgrade()
243 flags = LO_SLEEPABLE | LO_UPGRADABLE; in sx_init_flags()
236 flags = LO_UPGRADABLE; in _rw_init_flags()
436 iflags = LO_SLEEPABLE | LO_UPGRADABLE; in lockinit()