Home
last modified time | relevance | path

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

12345

/linux-6.12.1/arch/powerpc/platforms/powermac/
Dbacklight.c24 static DECLARE_WORK(pmac_backlight_key_work, pmac_backlight_key_worker);
25 static DECLARE_WORK(pmac_backlight_set_legacy_work, pmac_backlight_set_legacy_worker);
/linux-6.12.1/drivers/tty/hvc/
Dhvc_dcc.c152 static DECLARE_WORK(dcc_pwork, dcc_put_work);
177 static DECLARE_WORK(dcc_gwork, dcc_get_work);
/linux-6.12.1/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);
/linux-6.12.1/arch/loongarch/kernel/
Dsysrq.c43 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/linux-6.12.1/kernel/
Dbacktracetest.c29 static DECLARE_WORK(backtrace_bh_work, &backtrace_test_bh_workfn);
Dreboot.c817 static DECLARE_WORK(cad_work, deferred_cad); in ctrl_alt_del()
892 static DECLARE_WORK(poweroff_work, poweroff_work_func);
914 static DECLARE_WORK(reboot_work, reboot_work_func);
/linux-6.12.1/arch/mips/kernel/
Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/linux-6.12.1/tools/testing/selftests/livepatch/test_modules/
Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/linux-6.12.1/samples/ftrace/
Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/linux-6.12.1/drivers/platform/x86/intel/
Dturbo_max_3.c88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
/linux-6.12.1/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c39 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
Dopal-hmi.c324 static DECLARE_WORK(hmi_event_work, hmi_event_handler);
/linux-6.12.1/sound/core/
Dmisc.c116 static DECLARE_WORK(snd_fasync_work, snd_fasync_work_fn);
Dseq_device.c107 static DECLARE_WORK(autoload_work, autoload_drivers);
/linux-6.12.1/drivers/watchdog/
Dsoftdog.c91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()
/linux-6.12.1/arch/powerpc/kernel/
Dtau_6xx.c166 static DECLARE_WORK(tau_work, tau_work_func);
/linux-6.12.1/arch/x86/platform/olpc/
Dolpc-xo15-sci.c130 static DECLARE_WORK(sci_work, process_sci_queue_work);
/linux-6.12.1/drivers/usb/usbip/
Dusbip_event.c126 static DECLARE_WORK(usbip_work, event_handler);
/linux-6.12.1/drivers/s390/net/
Dsmsgiucv_app.c119 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
/linux-6.12.1/drivers/hv/
Dhv_util.c170 static DECLARE_WORK(shutdown_work, perform_shutdown);
175 static DECLARE_WORK(restart_work, perform_restart);
/linux-6.12.1/ipc/
Dnamespace.c26 static DECLARE_WORK(free_ipc_work, free_ipc);
/linux-6.12.1/drivers/base/
Darch_topology.c219 static DECLARE_WORK(update_topology_flags_work, update_topology_flags_workfn);
429 static DECLARE_WORK(parsing_done_work, parsing_done_workfn);

12345