Home
last modified time | relevance | path

Searched refs:DECLARE_WORK (Results 1 - 25 of 236) sorted by relevance

12345678910

/kernel/linux/linux-5.10/kernel/
H A Dreboot.c412 static DECLARE_WORK(cad_work, deferred_cad); in ctrl_alt_del()
486 static DECLARE_WORK(poweroff_work, poweroff_work_func);
508 static DECLARE_WORK(reboot_work, reboot_work_func);
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A 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-6.6/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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsysrq.c43 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dsysrq.c43 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/kernel/linux/linux-5.10/lib/livepatch/
H A Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/kernel/linux/linux-6.6/lib/livepatch/
H A Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dworkqueues.h95 #define DECLARE_WORK(n, f) \ macro
/kernel/linux/linux-5.10/samples/ftrace/
H A Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/kernel/linux/linux-6.6/samples/ftrace/
H A Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/kernel/linux/linux-5.10/mm/
H A Dlowmem_dbg.c31 static DECLARE_WORK(lowmem_dbg_verbose_wk, lowmem_dump);
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_turbo_max_3.c88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Dturbo_max_3.c88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c35 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c39 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsoftdog.c91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()

Completed in 7 milliseconds

12345678910