Home
last modified time | relevance | path

Searched refs:SPINLOCK_RECURSE_BITS (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dspinlock.h155 #define SPINLOCK_RECURSE_BITS (16 - SPINLOCK_CPU_BITS) macro
156 u16 recurse_cnt:SPINLOCK_RECURSE_BITS;
157 #define SPINLOCK_MAX_RECURSE ((1u << SPINLOCK_RECURSE_BITS) - 1)
/xen/xen/common/
A Dspinlock.c295 BUILD_BUG_ON(SPINLOCK_RECURSE_BITS < 3); in _spin_trylock_recursive()

Completed in 6 milliseconds