Searched refs:my_prio (Results 1 – 2 of 2) sorted by relevance
95 unsigned int my_ticket, my_prio, their_ticket; in bakery_lock_get() local109 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get()125 (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get()
168 unsigned int my_ticket, my_prio, their_ticket; in bakery_lock_get() local183 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get()206 if (their_ticket && (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get()