Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/locks/bakery/
H A Dbakery_lock_coherent.c97 unsigned int their_bakery_data; in bakery_lock_get() local
118 their_bakery_data = bakery->lock_data[they]; in bakery_lock_get()
119 } while (bakery_is_choosing(their_bakery_data)); in bakery_lock_get()
125 their_ticket = bakery_ticket_number(their_bakery_data); in bakery_lock_get()
H 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()