Searched refs:NUM_SPIN_LOCKS (Results 1 – 6 of 6) sorted by relevance
18 #define NUM_SPIN_LOCKS 32u macro22 #define NUM_SPIN_LOCKS 32u macro
14 } _spinlocks[NUM_SPIN_LOCKS];32 assert(lock_num < NUM_SPIN_LOCKS); in PICO_WEAK_FUNCTION_DEF()110 for (uint i = 0; i < NUM_SPIN_LOCKS; i++) { in PICO_WEAK_FUNCTION_DEF()
19 for (uint i = 0; i < NUM_SPIN_LOCKS; i++) { in spin_locks_reset()25 assert(lock_num < NUM_SPIN_LOCKS); in spin_lock_init()
10 valid_params_if(LOCK_CORE, lock_num < NUM_SPIN_LOCKS); in lock_init()
231 invalid_params_if(SYNC, lock_num >= NUM_SPIN_LOCKS); in spin_lock_instance()243 … (uint) lock >= NUM_SPIN_LOCKS * sizeof(spin_lock_t) + SIO_BASE + SIO_SPINLOCK0_OFFSET || in spin_lock_get_num()
28 #define NUM_SPIN_LOCKS _u(32) macro