Searched refs:schedule_work_on (Results 1 – 13 of 13) sorted by relevance
| /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()
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_dcc.c | 203 schedule_work_on(0, &dcc_pwork); in hvc_dcc0_put_chars() 244 schedule_work_on(0, &dcc_gwork); in hvc_dcc0_get_chars()
|
| /linux/kernel/power/ |
| H A D | poweroff.c | 29 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
|
| /linux/include/linux/ |
| H A D | workqueue.h | 709 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
|
| /linux/kernel/trace/ |
| H A D | trace_hwlat.c | 538 schedule_work_on(cpu, &hwlat_hotplug_work); in hwlat_cpu_init()
|
| H A D | trace_osnoise.c | 2095 schedule_work_on(cpu, &osnoise_hotplug_work); in osnoise_cpu_init()
|
| H A D | ring_buffer.c | 3031 schedule_work_on(cpu, in ring_buffer_resize() 3089 schedule_work_on(cpu_id, in ring_buffer_resize()
|
| /linux/mm/ |
| H A D | memory-failure.c | 2590 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
|
| H A D | memcontrol.c | 2036 schedule_work_on(cpu, &memcg_st->work); in drain_all_stock() 2046 schedule_work_on(cpu, &obj_st->work); in drain_all_stock()
|
| H A D | vmalloc.c | 2382 schedule_work_on(i, &vn->purge_work); in __purge_vmap_area_lazy()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 1412 schedule_work_on(cpu, &fps->work); in fcoe_rcv()
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 1406 schedule_work_on(cpu, work); in vmbus_alloc_synic_and_connect()
|
| /linux/kernel/ |
| H A D | workqueue.c | 4603 schedule_work_on(cpu, work); in schedule_on_each_cpu() 6791 schedule_work_on(cpu, &wfc.work); in work_on_cpu_key()
|