Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/platform/uv/
Duv_time.c408 rc = schedule_on_each_cpu(uv_rtc_register_clockevents); in uv_rtc_setup_clock()
/linux-4.1.27/include/linux/
Dworkqueue.h439 extern int schedule_on_each_cpu(work_func_t func);
/linux-4.1.27/kernel/trace/
Dftrace.c327 schedule_on_each_cpu(ftrace_sync); in update_ftrace_function()
2719 schedule_on_each_cpu(ftrace_sync); in ftrace_shutdown()
Dtrace_events.c2731 schedule_on_each_cpu(test_work); in event_test_thread()
/linux-4.1.27/kernel/
Dworkqueue.c2974 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu() function