Searched refs:DECLARE_WORK (Results 1 – 25 of 118) sorted by relevance
12345
/linux/arch/powerpc/platforms/powermac/ |
A D | backlight.c | 26 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);
|
/linux/kernel/power/ |
A D | poweroff.c | 24 static DECLARE_WORK(poweroff_work, do_poweroff);
|
A D | autosleep.c | 67 static DECLARE_WORK(suspend_work, try_to_suspend);
|
A D | wakelock.c | 90 static DECLARE_WORK(wakelock_work, __wakelocks_gc);
|
/linux/lib/livepatch/ |
A D | test_klp_callbacks_busy.c | 18 static DECLARE_WORK(work, busymod_work_func);
|
/linux/arch/mips/kernel/ |
A D | sysrq.c | 44 static DECLARE_WORK(sysrq_tlbdump, sysrq_tlbdump_othercpus);
|
/linux/kernel/ |
A D | reboot.c | 412 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);
|
/linux/samples/ftrace/ |
A D | sample-trace-array.c | 32 static DECLARE_WORK(trace_work, trace_work_fn);
|
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
A D | workqueues.h | 95 #define DECLARE_WORK(n, f) \ macro
|
/linux/drivers/platform/x86/intel/ |
A D | turbo_max_3.c | 88 static DECLARE_WORK(sched_itmt_work, itmt_legacy_work_fn);
|
/linux/arch/powerpc/platforms/85xx/ |
A D | sgy_cts1000.c | 35 static DECLARE_WORK(gpio_halt_wq, gpio_halt_wfn);
|
/linux/arch/powerpc/platforms/powernv/ |
A D | opal-memory-errors.c | 81 static DECLARE_WORK(mem_error_work, mem_error_handler);
|
A D | opal-hmi.c | 324 static DECLARE_WORK(hmi_event_work, hmi_event_handler);
|
/linux/drivers/watchdog/ |
A D | softdog.c | 91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()
|
/linux/arch/x86/platform/olpc/ |
A D | olpc-xo15-sci.c | 130 static DECLARE_WORK(sci_work, process_sci_queue_work);
|
/linux/arch/powerpc/kernel/ |
A D | tau_6xx.c | 167 static DECLARE_WORK(tau_work, tau_work_func);
|
/linux/drivers/usb/usbip/ |
A D | usbip_event.c | 126 static DECLARE_WORK(usbip_work, event_handler);
|
/linux/drivers/base/ |
A D | arch_topology.c | 178 static DECLARE_WORK(update_topology_flags_work, update_topology_flags_workfn); 311 static DECLARE_WORK(parsing_done_work, parsing_done_workfn);
|
/linux/drivers/hv/ |
A D | hv_util.c | 178 static DECLARE_WORK(shutdown_work, perform_shutdown); 183 static DECLARE_WORK(restart_work, perform_restart);
|
/linux/drivers/s390/net/ |
A D | smsgiucv_app.c | 119 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
|
/linux/ipc/ |
A D | namespace.c | 147 static DECLARE_WORK(free_ipc_work, free_ipc);
|
/linux/sound/core/ |
A D | seq_device.c | 107 static DECLARE_WORK(autoload_work, autoload_drivers);
|
/linux/kernel/sched/ |
A D | clock.c | 178 static DECLARE_WORK(sched_clock_work, __sched_clock_work);
|
/linux/arch/um/drivers/ |
A D | port_kern.c | 147 DECLARE_WORK(port_work, port_work_proc);
|
/linux/drivers/xen/ |
A D | pcpu.c | 340 static DECLARE_WORK(xen_pcpu_work, xen_pcpu_work_fn);
|
Completed in 41 milliseconds
12345