Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dsmp.c37 #define CSD_TYPE(_csd) ((_csd)->node.u_flags & CSD_FLAG_TYPE_MASK) macro
204 csd_type = CSD_TYPE(csd); in csd_lock_wait_getcpu()
363 func = CSD_TYPE(csd) == CSD_TYPE_TTWU ? in __smp_call_single_queue()
474 switch (CSD_TYPE(csd)) { in __flush_smp_call_function_queue()
488 CSD_TYPE(csd)); in __flush_smp_call_function_queue()
500 if (CSD_TYPE(csd) == CSD_TYPE_SYNC) { in __flush_smp_call_function_queue()
527 int type = CSD_TYPE(csd); in __flush_smp_call_function_queue()