Home
last modified time | relevance | path

Searched refs:PRIORITY (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_coherent.c108 my_prio = PRIORITY(my_ticket, me); in bakery_lock_get()
123 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) { in bakery_lock_get()
Dbakery_lock_normal.c170 my_prio = PRIORITY(my_ticket, me); in bakery_lock_get()
193 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) { in bakery_lock_get()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dbakery_lock.h21 #define PRIORITY(t, pos) (((t) << 8) | (pos)) macro