Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dqspinlock_types.h67 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro
71 #define _Q_LOCKED_MASK _Q_SET_MASK(LOCKED)
79 #define _Q_PENDING_MASK _Q_SET_MASK(PENDING)
83 #define _Q_TAIL_IDX_MASK _Q_SET_MASK(TAIL_IDX)
87 #define _Q_TAIL_CPU_MASK _Q_SET_MASK(TAIL_CPU)
/openbmc/linux/arch/powerpc/include/asm/
H A Dqspinlock_types.h37 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro
47 #define _Q_OWNER_CPU_MASK _Q_SET_MASK(OWNER_CPU)
66 #define _Q_TAIL_CPU_MASK _Q_SET_MASK(TAIL_CPU)