Searched refs:CSD_FLAG_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | smp_types.h | 22 CSD_FLAG_TYPE_MASK = 0xF0, enumerator |
/openbmc/linux/kernel/ | ||
H A D | smp.c | 37 #define CSD_TYPE(_csd) ((_csd)->node.u_flags & CSD_FLAG_TYPE_MASK) |