Searched refs:bakery_get_priority (Results 1 – 3 of 3) sorted by relevance
109 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()
183 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()
26 static inline unsigned int bakery_get_priority(unsigned int t, unsigned int pos) in bakery_get_priority() function
Completed in 4 milliseconds