Home
last modified time | relevance | path

Searched refs:DECLARE_WORK (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbacklight.c25 static DECLARE_WORK(pmac_backlight_key_work, pmac_backlight_key_worker);
26 static DECLARE_WORK(pmac_backlight_set_legacy_work, pmac_backlight_set_legacy_worker);
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c144 static DECLARE_WORK(dcc_pwork, dcc_put_work);
169 static DECLARE_WORK(dcc_gwork, dcc_get_work);
/openbmc/linux/kernel/power/
H A Dpoweroff.c24 static DECLARE_WORK(poweroff_work, do_poweroff);
H A Dautosleep.c67 static DECLARE_WORK(suspend_work, try_to_suspend);
H A Dwakelock.c87 static DECLARE_WORK(wakelock_work, __wakelocks_gc);
/openbmc/linux/arch/loongarch/kernel/
H A Dsysrq.c43 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/openbmc/linux/arch/mips/kernel/
H A Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/openbmc/linux/lib/livepatch/
H A Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/openbmc/linux/samples/ftrace/
H A Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/openbmc/linux/drivers/platform/x86/intel/
H A Dturbo_max_3.c88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c39 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
/openbmc/linux/kernel/
H A Dreboot.c801 static DECLARE_WORK(cad_work, deferred_cad); in ctrl_alt_del()
876 static DECLARE_WORK(poweroff_work, poweroff_work_func);
898 static DECLARE_WORK(reboot_work, reboot_work_func);
/openbmc/linux/drivers/watchdog/
H A Dsoftdog.c91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()
/openbmc/linux/arch/powerpc/kernel/
H A Dtau_6xx.c166 static DECLARE_WORK(tau_work, tau_work_func);
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c130 static DECLARE_WORK(sci_work, process_sci_queue_work);
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_event.c126 static DECLARE_WORK(usbip_work, event_handler);
/openbmc/linux/drivers/s390/net/
H A Dsmsgiucv_app.c119 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
/openbmc/linux/sound/core/
H A Dmisc.c187 static DECLARE_WORK(snd_fasync_work, snd_fasync_work_fn);
H A Dseq_device.c107 static DECLARE_WORK(autoload_work, autoload_drivers);
/openbmc/linux/drivers/hv/
H A Dhv_util.c180 static DECLARE_WORK(shutdown_work, perform_shutdown);
185 static DECLARE_WORK(restart_work, perform_restart);
/openbmc/linux/ipc/
H A Dnamespace.c26 static DECLARE_WORK(free_ipc_work, free_ipc);
/openbmc/linux/drivers/base/
H A Darch_topology.c219 static DECLARE_WORK(update_topology_flags_work, update_topology_flags_workfn);
391 static DECLARE_WORK(parsing_done_work, parsing_done_workfn);
/openbmc/linux/arch/um/drivers/
H A Dport_kern.c147 static DECLARE_WORK(port_work, port_work_proc);
/openbmc/linux/arch/x86/kernel/
H A Dtsc_sync.c349 static DECLARE_WORK(tsc_sync_work, tsc_sync_mark_tsc_unstable);

12345