Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dnumachip.c83 schedule_on_each_cpu(&numachip_timer_each); in numachip_timer_init()
/linux/arch/riscv/kernel/
H A Dunaligned_access_speed.c380 schedule_on_each_cpu(check_vector_unaligned_access); in check_unaligned_access_all_cpus()
/linux/arch/x86/platform/uv/
H A Duv_time.c376 rc = schedule_on_each_cpu(uv_rtc_register_clockevents); in uv_rtc_setup_clock()
/linux/kernel/livepatch/
H A Dtransition.c74 schedule_on_each_cpu(klp_sync);
/linux/include/linux/
H A Dworkqueue.h636 extern int schedule_on_each_cpu(work_func_t func);
/linux/kernel/rcu/
H A Dtasks.h1355 schedule_on_each_cpu(rcu_tasks_be_rude); in rcu_tasks_rude_wait_gp()
/linux/kernel/trace/
H A Dtrace_events.c5000 schedule_on_each_cpu(test_work); in event_test_thread()
/linux/kernel/
H A Dworkqueue.c4759 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu() function