Searched refs:PRIORITY (Results 1 – 3 of 3) sorted by relevance
108 my_prio = PRIORITY(my_ticket, me); in bakery_lock_get()123 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) { in bakery_lock_get()
170 my_prio = PRIORITY(my_ticket, me); in bakery_lock_get()193 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) { in bakery_lock_get()
21 #define PRIORITY(t, pos) (((t) << 8) | (pos)) macro