Home
last modified time | relevance | path

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

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