Searched refs:SPINLOCK_RECURSE_BITS (Results 1 – 2 of 2) sorted by relevance
155 #define SPINLOCK_RECURSE_BITS (16 - SPINLOCK_CPU_BITS) macro156 u16 recurse_cnt:SPINLOCK_RECURSE_BITS;157 #define SPINLOCK_MAX_RECURSE ((1u << SPINLOCK_RECURSE_BITS) - 1)
295 BUILD_BUG_ON(SPINLOCK_RECURSE_BITS < 3); in _spin_trylock_recursive()
Completed in 6 milliseconds