Home
last modified time | relevance | path

Searched refs:my_prio (Results 1 – 2 of 2) sorted by relevance

/tf-a-ffa_el3_spmc/lib/locks/bakery/
A Dbakery_lock_coherent.c95 unsigned int my_ticket, my_prio, their_ticket; in bakery_lock_get() local
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()
A Dbakery_lock_normal.c168 unsigned int my_ticket, my_prio, their_ticket; in bakery_lock_get() local
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()

Completed in 3 milliseconds