Searched refs:LC_UPGRADABLE (Results 1 – 6 of 6) sorted by relevance
137 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_UPGRADABLE,283 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
76 #define LC_UPGRADABLE 0x00000010 /* Upgrades and downgrades permitted. */ macro
84 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_UPGRADABLE,
129 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
158 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
895 (class->lc_flags & LC_UPGRADABLE) == 0) in witness_init()