Symbol: DECLARE_DELAYED_WORK
arch/arm/mach-pxa/sharpsl_pm.c
67
static DECLARE_DELAYED_WORK(toggle_charger, sharpsl_charge_toggle);
arch/arm/mach-pxa/sharpsl_pm.c
68
static DECLARE_DELAYED_WORK(sharpsl_bat, sharpsl_battery_thread);
arch/powerpc/kernel/rtasd.c
419
static DECLARE_DELAYED_WORK(event_scan_work, rtas_event_scan);
arch/s390/kernel/diag/diag324.c
97
static DECLARE_DELAYED_WORK(pibwork, pibwork_handler);
arch/s390/kernel/hiperdispatch.c
86
static DECLARE_DELAYED_WORK(hd_capacity_work, hd_capacity_work_fn);
arch/x86/hyperv/hv_init.c
192
static DECLARE_DELAYED_WORK(hv_reenlightenment_work, hv_reenlightenment_notify);
arch/x86/kernel/check.c
165
static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
arch/x86/kernel/cpu/bus_lock.c
191
static DECLARE_DELAYED_WORK(sl_reenable_unlock, __split_lock_reenable_unlock);
arch/x86/kernel/tsc.c
1308
static DECLARE_DELAYED_WORK(tsc_irqwork, tsc_refine_calibration_work);
drivers/auxdisplay/cfag12864b.c
208
static DECLARE_DELAYED_WORK(cfag12864b_work, cfag12864b_update);
drivers/base/dd.c
322
static DECLARE_DELAYED_WORK(deferred_probe_timeout_work, deferred_probe_timeout_work_func);
drivers/block/floppy.c
1013
static DECLARE_DELAYED_WORK(fd_timer, fd_timer_workfn);
drivers/block/floppy.c
637
static DECLARE_DELAYED_WORK(fd_timeout, floppy_shutdown);
drivers/char/random.c
249
static DECLARE_DELAYED_WORK(next_reseed, crng_reseed);
drivers/hv/hv_kvp.c
98
static DECLARE_DELAYED_WORK(kvp_timeout_work, kvp_timeout_func);
drivers/hv/hv_kvp.c
99
static DECLARE_DELAYED_WORK(kvp_host_handshake_work, kvp_host_handshake_func);
drivers/hv/hv_snapshot.c
79
static DECLARE_DELAYED_WORK(vss_timeout_work, vss_timeout_func);
drivers/i2c/busses/i2c-designware-amdpsp.c
165
static DECLARE_DELAYED_WORK(release_queue, psp_release_i2c_bus_deferred);
drivers/input/touchscreen/hp680_ts_input.c
24
static DECLARE_DELAYED_WORK(work, do_softint);
drivers/pci/pci.c
59
static DECLARE_DELAYED_WORK(pci_pme_work, pci_pme_list_scan);
drivers/platform/x86/acer-wmi.c
2315
static DECLARE_DELAYED_WORK(acer_rfkill_work, acer_rfkill_update);
drivers/platform/x86/dell/dell-laptop.c
726
static DECLARE_DELAYED_WORK(dell_rfkill_work, dell_update_rfkill);
drivers/platform/x86/lenovo/thinkpad_acpi.c
7978
static DECLARE_DELAYED_WORK(fan_watchdog_task, fan_watchdog_fire);
drivers/platform/x86/msi-laptop.c
792
static DECLARE_DELAYED_WORK(msi_rfkill_dwork, msi_update_rfkill);
drivers/platform/x86/msi-laptop.c
807
static DECLARE_DELAYED_WORK(msi_touchpad_dwork, msi_send_touchpad_key);
drivers/platform/x86/msi-laptop.c
853
static DECLARE_DELAYED_WORK(msi_rfkill_init, msi_init_rfkill);
drivers/regulator/core.c
6860
static DECLARE_DELAYED_WORK(regulator_init_complete_work,
drivers/s390/cio/css.c
708
static DECLARE_DELAYED_WORK(slow_path_work, css_slow_path_func);
drivers/staging/octeon/ethernet.c
108
static DECLARE_DELAYED_WORK(cvm_oct_rx_refill_work, cvm_oct_rx_refill_worker);
drivers/thermal/intel/intel_powerclamp.c
497
static DECLARE_DELAYED_WORK(poll_pkg_cstate_work, poll_pkg_cstate);
fs/afs/mntpt.c
42
static DECLARE_DELAYED_WORK(afs_mntpt_expiry_timer, afs_mntpt_expiry_timed_out);
fs/file_table.c
500
static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
fs/fs-writeback.c
2503
static DECLARE_DELAYED_WORK(dirtytime_work, wakeup_dirtytime_writeback);
fs/namespace.c
1331
static DECLARE_DELAYED_WORK(delayed_mntput_work, delayed_mntput);
fs/nfs/namespace.c
29
static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
fs/notify/fanotify/fanotify_user.c
110
static DECLARE_DELAYED_WORK(perm_group_work, perm_group_watchdog);
fs/notify/mark.c
90
static DECLARE_DELAYED_WORK(reaper_work, fsnotify_mark_destroy_workfn);
fs/pstore/zone.c
143
static DECLARE_DELAYED_WORK(psz_cleaner, psz_flush_all_dirty_zones);
fs/quota/dquot.c
274
static DECLARE_DELAYED_WORK(quota_release_work, quota_release_workfn);
fs/smb/client/namespace.c
28
static DECLARE_DELAYED_WORK(cifs_automount_task,
kernel/events/core.c
445
static DECLARE_DELAYED_WORK(perf_sched_work, perf_sched_delayed);
kernel/livepatch/transition.c
53
static DECLARE_DELAYED_WORK(klp_transition_work, klp_transition_work_fn);
kernel/power/energy_model.c
42
static DECLARE_DELAYED_WORK(em_update_work, em_update_workfn);
kernel/reboot.c
990
static DECLARE_DELAYED_WORK(hw_failure_emergency_action_work,
lib/debugobjects.c
110
static DECLARE_DELAYED_WORK(debug_obj_work, free_obj_work);
mm/execmem.c
375
static DECLARE_DELAYED_WORK(execmem_cache_free_work, execmem_cache_free_slow);
net/core/link_watch.c
31
static DECLARE_DELAYED_WORK(linkwatch_work, linkwatch_event);
net/ipv4/inet_fragment.c
177
static DECLARE_DELAYED_WORK(fqdir_free_work, fqdir_free_fn);
net/rfkill/input.c
137
static DECLARE_DELAYED_WORK(rfkill_op_work, rfkill_op_handler);
net/wireless/reg.c
238
static DECLARE_DELAYED_WORK(reg_check_chans, reg_check_chans_work);
net/wireless/reg.c
535
static DECLARE_DELAYED_WORK(crda_timeout, crda_timeout_work);
samples/livepatch/livepatch-callbacks-busymod.c
35
static DECLARE_DELAYED_WORK(work, busymod_work_func);
samples/livepatch/livepatch-shadow-mod.c
140
static DECLARE_DELAYED_WORK(alloc_dwork, alloc_work_func);
samples/livepatch/livepatch-shadow-mod.c
164
static DECLARE_DELAYED_WORK(cleanup_dwork, cleanup_work_func);
security/integrity/ima/ima_queue_keys.c
35
static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);