Home
last modified time | relevance | path

Searched defs:_Q_SET_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/powerpc/include/asm/
H A Dqspinlock_types.h37 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro
/linux-6.15/include/asm-generic/
H A Dqspinlock_types.h67 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro
/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_arena_spin_lock.h74 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro