Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c434 static DECLARE_WORK(cad_work, deferred_cad); in ctrl_alt_del()
508 static DECLARE_WORK(poweroff_work, poweroff_work_func);
530 static DECLARE_WORK(reboot_work, reboot_work_func);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_dcc.c119 static DECLARE_WORK(dcc_pwork, dcc_put_work_fn);
120 static DECLARE_WORK(dcc_gwork, dcc_get_work_fn);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsysrq.c44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
/OK3568_Linux_fs/kernel/lib/livepatch/
H A Dtest_klp_callbacks_busy.c18 static DECLARE_WORK(work, busymod_work_func);
/OK3568_Linux_fs/kernel/samples/ftrace/
H A Dsample-trace-array.c32 static DECLARE_WORK(trace_work, trace_work_fn);
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dworkqueues.h95 #define DECLARE_WORK(n, f) \ macro
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_turbo_max_3.c88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c81 static DECLARE_WORK(mem_error_work, mem_error_handler);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c35 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
/OK3568_Linux_fs/kernel/drivers/base/
H A Darch_topology.c94 static DECLARE_WORK(update_topology_flags_work, update_topology_flags_workfn);
231 static DECLARE_WORK(parsing_done_work, parsing_done_workfn);
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsoftdog.c91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()
/OK3568_Linux_fs/kernel/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c130 static DECLARE_WORK(sci_work, process_sci_queue_work);
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_util.c179 static DECLARE_WORK(shutdown_work, perform_shutdown);
184 static DECLARE_WORK(restart_work, perform_restart);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtau_6xx.c169 DECLARE_WORK(tau_work, tau_work_func);
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dusbip_event.c126 static DECLARE_WORK(usbip_work, event_handler);
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dsmsgiucv_app.c119 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dpercpu-rwsem.c311 static DECLARE_WORK(destroy_list_work, destroy_list_workfn);
/OK3568_Linux_fs/kernel/ipc/
H A Dnamespace.c147 static DECLARE_WORK(free_ipc_work, free_ipc);
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c306 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler);

12345