Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/locks/bakery/
A Dbakery_lock_coherent.c96 unsigned int their_bakery_data; in bakery_lock_get() local
116 their_bakery_data = bakery->lock_data[they]; in bakery_lock_get()
117 } while (bakery_is_choosing(their_bakery_data)); in bakery_lock_get()
123 their_ticket = bakery_ticket_number(their_bakery_data); in bakery_lock_get()
A Dbakery_lock_normal.c170 unsigned int their_bakery_data; in bakery_lock_get() local
198 their_bakery_data = their_bakery_info->lock_data; in bakery_lock_get()
199 } while (bakery_is_choosing(their_bakery_data)); in bakery_lock_get()
205 their_ticket = bakery_ticket_number(their_bakery_data); in bakery_lock_get()

Completed in 3 milliseconds