Home
last modified time | relevance | path

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

1234

/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);
/linux/drivers/tty/hvc/
H A Dhvc_dcc.c152 static DECLARE_WORK(dcc_pwork, dcc_put_work);
177 static DECLARE_WORK(dcc_gwork, dcc_get_work);
/linux/kernel/power/
H A Dpoweroff.c24 static DECLARE_WORK(poweroff_work, do_poweroff);
H A Dwakelock.c90 static DECLARE_WORK(wakelock_work, __wakelocks_gc);
/linux/arch/mips/kernel/
H A Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/linux/arch/loongarch/kernel/
H A Dsysrq.c43 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/linux/kernel/
H A Dbacktracetest.c29 static DECLARE_WORK(backtrace_bh_work, &backtrace_test_bh_workfn);
H A Dreboot.c830 static DECLARE_WORK(cad_work, deferred_cad); in ctrl_alt_del()
905 static DECLARE_WORK(poweroff_work, poweroff_work_func);
927 static DECLARE_WORK(reboot_work, reboot_work_func);
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/linux/drivers/gpu/drm/
H A Ddrm_client_sysrq.c30 static DECLARE_WORK(drm_client_sysrq_restore_work, drm_client_sysrq_restore_work_fn);
/linux/samples/ftrace/
H A Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/linux/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c39 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/linux/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
/linux/sound/core/
H A Dmisc.c120 static DECLARE_WORK(snd_fasync_work, snd_fasync_work_fn);
H A Dseq_device.c129 static DECLARE_WORK(autoload_work, autoload_drivers);
/linux/net/core/
H A Dnetdev_work.c25 static DECLARE_WORK(netdev_work, netdev_work_proc);
/linux/arch/powerpc/kernel/
H A Dtau_6xx.c166 static DECLARE_WORK(tau_work, tau_work_func);
/linux/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c130 static DECLARE_WORK(sci_work, process_sci_queue_work);
/linux/drivers/platform/x86/dell/
H A Ddell-lis3lv02d.c164 static DECLARE_WORK(i2c_work, instantiate_i2c_client);
/linux/drivers/s390/net/
H A Dsmsgiucv_app.c120 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
/linux/drivers/usb/usbip/
H A Dusbip_event.c126 static DECLARE_WORK(usbip_work, event_handler);
/linux/ipc/
H A Dnamespace.c27 static DECLARE_WORK(free_ipc_work, free_ipc);
/linux/drivers/hv/
H A Dhv_util.c172 static DECLARE_WORK(shutdown_work, perform_shutdown);
177 static DECLARE_WORK(restart_work, perform_restart);
/linux/fs/iomap/
H A Dbio.c48 static DECLARE_WORK(failed_read_work, iomap_fail_reads);
/linux/security/keys/
H A Dgc.c22 DECLARE_WORK(key_gc_work, key_garbage_collector);

1234