Home
last modified time | relevance | path

Searched refs:schedule_delayed_work_on (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c61 schedule_delayed_work_on(info->policy->cpu, &info->work, delay); in spu_gov_work()
68 schedule_delayed_work_on(info->policy->cpu, &info->work, delay); in spu_gov_init_work()
/linux/arch/powerpc/kernel/
H A Drtasd.c451 schedule_delayed_work_on(cpu, &event_scan_work, in rtas_event_scan()
490 schedule_delayed_work_on(cpumask_first(cpu_online_mask), in start_event_scan()
/linux/drivers/macintosh/
H A Drack-meter.c253 schedule_delayed_work_on(cpu, &rcpu->sniffer, in rackmeter_do_timer()
280 schedule_delayed_work_on(cpu, &rm->cpu[cpu].sniffer, in rackmeter_init_cpu_sniffer()
/linux/drivers/thermal/intel/
H A Dtherm_throt.c359 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in throttle_active_work()
423 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in therm_throt_process()
H A Dx86_pkg_temp_thermal.c247 schedule_delayed_work_on(cpu, work, ms); in pkg_thermal_schedule_work()
/linux/include/linux/
H A Dworkqueue.h800 static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, in schedule_delayed_work_on() function