Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dbacklight.c26 static DECLARE_WORK(pmac_backlight_key_work, pmac_backlight_key_worker);
27 static DECLARE_WORK(pmac_backlight_set_legacy_work, pmac_backlight_set_legacy_worker);
/kernel/linux/linux-5.10/kernel/
Dreboot.c411 static DECLARE_WORK(cad_work, deferred_cad); in ctrl_alt_del()
485 static DECLARE_WORK(poweroff_work, poweroff_work_func);
507 static DECLARE_WORK(reboot_work, reboot_work_func);
/kernel/linux/linux-5.10/kernel/power/
Dpoweroff.c24 static DECLARE_WORK(poweroff_work, do_poweroff);
Dautosleep.c67 static DECLARE_WORK(suspend_work, try_to_suspend);
Dwakelock.c87 static DECLARE_WORK(wakelock_work, __wakelocks_gc);
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/kernel/linux/linux-5.10/lib/livepatch/
Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/kernel/linux/linux-5.10/samples/ftrace/
Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h95 #define DECLARE_WORK(n, f) \ macro
/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_turbo_max_3.c88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
/kernel/linux/linux-5.10/mm/
Dlowmem_dbg.c31 static DECLARE_WORK(lowmem_dbg_verbose_wk, lowmem_dump);
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c35 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/kernel/linux/linux-5.10/drivers/watchdog/
Dsoftdog.c91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()
/kernel/linux/linux-5.10/drivers/base/
Darch_topology.c87 static DECLARE_WORK(update_topology_flags_work, update_topology_flags_workfn);
220 static DECLARE_WORK(parsing_done_work, parsing_done_workfn);
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
Dolpc-xo15-sci.c130 static DECLARE_WORK(sci_work, process_sci_queue_work);
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dusbip_event.c126 static DECLARE_WORK(usbip_work, event_handler);
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtau_6xx.c169 DECLARE_WORK(tau_work, tau_work_func);
/kernel/linux/linux-5.10/drivers/s390/net/
Dsmsgiucv_app.c119 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
/kernel/linux/linux-5.10/sound/core/
Dmisc.c187 static DECLARE_WORK(snd_fasync_work, snd_fasync_work_fn);
Dseq_device.c107 static DECLARE_WORK(autoload_work, autoload_drivers);
/kernel/linux/linux-5.10/ipc/
Dnamespace.c147 static DECLARE_WORK(free_ipc_work, free_ipc);
/kernel/linux/linux-5.10/drivers/hv/
Dhv_util.c179 static DECLARE_WORK(shutdown_work, perform_shutdown);
184 static DECLARE_WORK(restart_work, perform_restart);
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ipc/
Dpci-ish.c306 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler);
/kernel/linux/linux-5.10/kernel/sched/
Dclock.c178 static DECLARE_WORK(sched_clock_work, __sched_clock_work);

12345