Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dsmp.c31 #define CSD_TYPE(_csd) ((_csd)->flags & CSD_FLAG_TYPE_MASK) macro
132 csd_type = CSD_TYPE(csd); in csd_lock_wait_getcpu()
358 switch (CSD_TYPE(csd)) { in flush_smp_call_function_queue()
372 CSD_TYPE(csd)); in flush_smp_call_function_queue()
384 if (CSD_TYPE(csd) == CSD_TYPE_SYNC) { in flush_smp_call_function_queue()
411 int type = CSD_TYPE(csd); in flush_smp_call_function_queue()