Searched refs:me (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/lib/locks/bakery/ |
| H A D | bakery_lock_coherent.c | 44 static unsigned int bakery_get_ticket(bakery_lock_t *bakery, unsigned int me) in bakery_get_ticket() argument 50 assert(bakery_ticket_number(bakery->lock_data[me]) == 0U); in bakery_get_ticket() 63 bakery->lock_data[me] = make_bakery_data(CHOOSING_TICKET, my_ticket); in bakery_get_ticket() 76 bakery->lock_data[me] = make_bakery_data(CHOSEN_TICKET, my_ticket); in bakery_get_ticket() 95 unsigned int they, me; in bakery_lock_get() local 99 me = plat_my_core_pos(); in bakery_lock_get() 101 assert_bakery_entry_valid(me, bakery); in bakery_lock_get() 104 my_ticket = bakery_get_ticket(bakery, me); in bakery_lock_get() 110 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get() 112 if (me == they) { in bakery_lock_get() [all …]
|
| H A D | bakery_lock_normal.c | 102 unsigned int me, bool is_cached) in bakery_get_ticket() argument 112 my_bakery_info = get_bakery_info(me, lock); in bakery_get_ticket() 132 if (me == they) in bakery_get_ticket() 167 unsigned int they, me; in bakery_lock_get() local 173 me = plat_my_core_pos(); in bakery_lock_get() 177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get() 183 my_prio = bakery_get_priority(my_ticket, me); in bakery_lock_get() 185 if (me == they) in bakery_lock_get()
|
| /rk3399_ARM-atf/ |
| H A D | dco.txt | 17 (a) The contribution was created in whole or in part by me and I 25 by me, under the same open source license (unless I am 29 (c) The contribution was provided directly to me by some other
|