Searched refs:do_nothing (Results 1 – 5 of 5) sorted by relevance
/arch/sh/kernel/ |
D | idle.c | 135 static void do_nothing(void *unused) in do_nothing() function 160 smp_call_function(do_nothing, NULL, 1); in cpu_idle_wait()
|
/arch/powerpc/kernel/ |
D | idle.c | 116 static void do_nothing(void *unused) in do_nothing() function 131 smp_call_function(do_nothing, NULL, 1); in cpu_idle_wait()
|
/arch/x86/kernel/ |
D | process.c | 506 static void do_nothing(void *unused) in do_nothing() function 522 smp_call_function(do_nothing, NULL, 1); in cpu_idle_wait()
|
/arch/arm/kernel/ |
D | process.c | 197 static void do_nothing(void *unused) in do_nothing() function 213 smp_call_function(do_nothing, NULL, 1); in cpu_idle_wait()
|
/arch/ia64/kernel/ |
D | process.c | 277 static void do_nothing(void *unused) in do_nothing() function 293 smp_call_function(do_nothing, NULL, 1); in cpu_idle_wait()
|