DECLARE_DELAYED_WORK
static DECLARE_DELAYED_WORK(toggle_charger, sharpsl_charge_toggle);
static DECLARE_DELAYED_WORK(sharpsl_bat, sharpsl_battery_thread);
static DECLARE_DELAYED_WORK(event_scan_work, rtas_event_scan);
static DECLARE_DELAYED_WORK(pibwork, pibwork_handler);
static DECLARE_DELAYED_WORK(hd_capacity_work, hd_capacity_work_fn);
static DECLARE_DELAYED_WORK(hv_reenlightenment_work, hv_reenlightenment_notify);
static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
static DECLARE_DELAYED_WORK(sl_reenable_unlock, __split_lock_reenable_unlock);
static DECLARE_DELAYED_WORK(tsc_irqwork, tsc_refine_calibration_work);
static DECLARE_DELAYED_WORK(cfag12864b_work, cfag12864b_update);
static DECLARE_DELAYED_WORK(deferred_probe_timeout_work, deferred_probe_timeout_work_func);
static DECLARE_DELAYED_WORK(fd_timer, fd_timer_workfn);
static DECLARE_DELAYED_WORK(fd_timeout, floppy_shutdown);
static DECLARE_DELAYED_WORK(next_reseed, crng_reseed);
static DECLARE_DELAYED_WORK(kvp_timeout_work, kvp_timeout_func);
static DECLARE_DELAYED_WORK(kvp_host_handshake_work, kvp_host_handshake_func);
static DECLARE_DELAYED_WORK(vss_timeout_work, vss_timeout_func);
static DECLARE_DELAYED_WORK(release_queue, psp_release_i2c_bus_deferred);
static DECLARE_DELAYED_WORK(work, do_softint);
static DECLARE_DELAYED_WORK(pci_pme_work, pci_pme_list_scan);
static DECLARE_DELAYED_WORK(acer_rfkill_work, acer_rfkill_update);
static DECLARE_DELAYED_WORK(dell_rfkill_work, dell_update_rfkill);
static DECLARE_DELAYED_WORK(fan_watchdog_task, fan_watchdog_fire);
static DECLARE_DELAYED_WORK(msi_rfkill_dwork, msi_update_rfkill);
static DECLARE_DELAYED_WORK(msi_touchpad_dwork, msi_send_touchpad_key);
static DECLARE_DELAYED_WORK(msi_rfkill_init, msi_init_rfkill);
static DECLARE_DELAYED_WORK(regulator_init_complete_work,
static DECLARE_DELAYED_WORK(slow_path_work, css_slow_path_func);
static DECLARE_DELAYED_WORK(cvm_oct_rx_refill_work, cvm_oct_rx_refill_worker);
static DECLARE_DELAYED_WORK(poll_pkg_cstate_work, poll_pkg_cstate);
static DECLARE_DELAYED_WORK(afs_mntpt_expiry_timer, afs_mntpt_expiry_timed_out);
static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
static DECLARE_DELAYED_WORK(dirtytime_work, wakeup_dirtytime_writeback);
static DECLARE_DELAYED_WORK(delayed_mntput_work, delayed_mntput);
static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
static DECLARE_DELAYED_WORK(perm_group_work, perm_group_watchdog);
static DECLARE_DELAYED_WORK(reaper_work, fsnotify_mark_destroy_workfn);
static DECLARE_DELAYED_WORK(psz_cleaner, psz_flush_all_dirty_zones);
static DECLARE_DELAYED_WORK(quota_release_work, quota_release_workfn);
static DECLARE_DELAYED_WORK(cifs_automount_task,
static DECLARE_DELAYED_WORK(perf_sched_work, perf_sched_delayed);
static DECLARE_DELAYED_WORK(klp_transition_work, klp_transition_work_fn);
static DECLARE_DELAYED_WORK(em_update_work, em_update_workfn);
static DECLARE_DELAYED_WORK(hw_failure_emergency_action_work,
static DECLARE_DELAYED_WORK(debug_obj_work, free_obj_work);
static DECLARE_DELAYED_WORK(execmem_cache_free_work, execmem_cache_free_slow);
static DECLARE_DELAYED_WORK(linkwatch_work, linkwatch_event);
static DECLARE_DELAYED_WORK(fqdir_free_work, fqdir_free_fn);
static DECLARE_DELAYED_WORK(rfkill_op_work, rfkill_op_handler);
static DECLARE_DELAYED_WORK(reg_check_chans, reg_check_chans_work);
static DECLARE_DELAYED_WORK(crda_timeout, crda_timeout_work);
static DECLARE_DELAYED_WORK(work, busymod_work_func);
static DECLARE_DELAYED_WORK(alloc_dwork, alloc_work_func);
static DECLARE_DELAYED_WORK(cleanup_dwork, cleanup_work_func);
static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);