Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsmp.h9 extern bool call_function_single_prep_ipi(int cpu);
H A Dcore.c3918 bool call_function_single_prep_ipi(int cpu) in call_function_single_prep_ipi() function
/linux/kernel/
H A Dsmp.c114 if (call_function_single_prep_ipi(cpu)) { in send_call_function_single_ipi()