Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dnumachip.c83 schedule_on_each_cpu(&numachip_timer_each); in numachip_timer_init()
/openbmc/linux/arch/x86/platform/uv/
H A Duv_time.c376 rc = schedule_on_each_cpu(uv_rtc_register_clockevents); in uv_rtc_setup_clock()
/openbmc/linux/kernel/livepatch/
H A Dtransition.c83 schedule_on_each_cpu(klp_sync); in klp_synchronize_transition()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c666 schedule_on_each_cpu(setup_online_cpu); in microcode_init()
/openbmc/linux/include/linux/
H A Dworkqueue.h509 extern int schedule_on_each_cpu(work_func_t func);
/openbmc/linux/mm/
H A Dutil.c863 schedule_on_each_cpu(sync_overcommit_as); in overcommit_policy_handler()
H A Dvmstat.c1901 err = schedule_on_each_cpu(refresh_vm_stats); in vmstat_refresh()
/openbmc/linux/kernel/rcu/
H A Dtasks.h1210 schedule_on_each_cpu(rcu_tasks_be_rude); in rcu_tasks_rude_wait_gp()
/openbmc/linux/kernel/trace/
H A Dtrace_events.c4079 schedule_on_each_cpu(test_work); in event_test_thread()
/openbmc/linux/kernel/
H A Dworkqueue.c3651 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu() function