Searched refs:schedule_work_on (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | selection.c | 87 schedule_work_on(WORK_CPU_UNBOUND, &speakup_sel_work.work); in speakup_set_selection() 129 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 195 schedule_work_on(0, &dcc_pwork); in hvc_dcc0_put_chars() 236 schedule_work_on(0, &dcc_gwork); in hvc_dcc0_get_chars()
|
/openbmc/linux/kernel/power/ |
H A D | poweroff.c | 29 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
|
/openbmc/linux/drivers/platform/x86/intel/ifs/ |
H A D | load.c | 213 schedule_work_on(cpu, &local_work.w); in scan_chunks_sanity_check()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq_governor.c | 266 schedule_work_on(smp_processor_id(), &policy_dbs->work); in dbs_irq_work()
|
/openbmc/linux/include/linux/ |
H A D | workqueue.h | 602 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
|
/openbmc/linux/kernel/trace/ |
H A D | trace_hwlat.c | 543 schedule_work_on(cpu, &hwlat_hotplug_work); in hwlat_cpu_init()
|
H A D | trace_osnoise.c | 2121 schedule_work_on(cpu, &osnoise_hotplug_work); in osnoise_cpu_init()
|
H A D | ring_buffer.c | 2250 schedule_work_on(cpu, in ring_buffer_resize() 2311 schedule_work_on(cpu_id, in ring_buffer_resize()
|
/openbmc/linux/mm/ |
H A D | memory-failure.c | 2434 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
|
H A D | memcontrol.c | 2366 schedule_work_on(cpu, &stock->work); in drain_all_stock()
|
/openbmc/linux/kernel/ |
H A D | workqueue.c | 3666 schedule_work_on(cpu, work); in schedule_on_each_cpu() 5643 schedule_work_on(cpu, &wfc.work); in work_on_cpu_key()
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1432 schedule_work_on(cpu, &fps->work); in fcoe_rcv()
|