Searched refs:BAKERY_LOCK_MAX_CPUS (Results 1 – 5 of 5) sorted by relevance
40 assert((_entry) < BAKERY_LOCK_MAX_CPUS); \64 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket()110 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get()
131 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket()184 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get()
12 #define BAKERY_LOCK_MAX_CPUS PLATFORM_CORE_COUNT macro68 volatile uint16_t lock_data[BAKERY_LOCK_MAX_CPUS];
2119 volatile uint16_t lock_data[BAKERY_LOCK_MAX_CPUS];
Completed in 10 milliseconds