Searched refs:LOCK_PRIO_PROTECT (Results 1 – 3 of 3) sorted by relevance
140 #define LOCK_PRIO_PROTECT 0x20 /* priority ceiling lock */ macro
112 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | \146 if (type & LOCK_PRIO_PROTECT) in mutex_init()149 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT)) in mutex_init()150 == (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT) || in mutex_init()151 ((type & LOCK_PRIO_PROTECT) && in mutex_init()172 ((type & LOCK_PRIO_PROTECT) && mp->mutex_ceiling != ceil)) { in mutex_init()187 if (error == 0 && (type & LOCK_PRIO_PROTECT)) { in mutex_init()2070 if ((mtype & LOCK_PRIO_PROTECT) && noceil == 0) { in mutex_lock_internal()2156 if ((mtype & LOCK_PRIO_PROTECT) && noceil == 0) { in mutex_lock_internal()2471 if ((mtype & LOCK_PRIO_PROTECT) && _ceil_mylist_del(mp)) in mutex_unlock_internal()[all …]
534 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \554 if (type & LOCK_PRIO_PROTECT) in synch_type()