Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsmp_types.h20 CSD_TYPE_TTWU = 0x30, enumerator
/openbmc/linux/kernel/
H A Dsmp.c363 func = CSD_TYPE(csd) == CSD_TYPE_TTWU ? in __smp_call_single_queue()
482 case CSD_TYPE_TTWU: in __flush_smp_call_function_queue()
529 if (type != CSD_TYPE_TTWU) { in __flush_smp_call_function_queue()
/openbmc/linux/kernel/sched/
H A Dcore.c4536 p->wake_entry.u_flags = CSD_TYPE_TTWU; in __sched_fork()