/openbmc/linux/samples/livepatch/ |
H A D | livepatch-shadow-mod.c | 141 static DECLARE_DELAYED_WORK(alloc_dwork, alloc_work_func); 166 static DECLARE_DELAYED_WORK(cleanup_dwork, cleanup_work_func);
|
H A D | livepatch-callbacks-busymod.c | 35 static DECLARE_DELAYED_WORK(work, busymod_work_func);
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_queue_keys.c | 35 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | hp680_ts_input.c | 24 static DECLARE_DELAYED_WORK(work, do_softint);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | check.c | 165 static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
|
/openbmc/linux/drivers/platform/x86/ |
H A D | msi-laptop.c | 792 static DECLARE_DELAYED_WORK(msi_rfkill_dwork, msi_update_rfkill); 807 static DECLARE_DELAYED_WORK(msi_touchpad_dwork, msi_send_touchpad_key); 853 static DECLARE_DELAYED_WORK(msi_rfkill_init, msi_init_rfkill);
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-designware-amdpsp.c | 168 static DECLARE_DELAYED_WORK(release_queue, psp_release_i2c_bus_deferred);
|
/openbmc/linux/net/core/ |
H A D | link_watch.c | 31 static DECLARE_DELAYED_WORK(linkwatch_work, linkwatch_event);
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | cfag12864b.c | 213 static DECLARE_DELAYED_WORK(cfag12864b_work, cfag12864b_update);
|
/openbmc/linux/fs/afs/ |
H A D | mntpt.c | 42 static DECLARE_DELAYED_WORK(afs_mntpt_expiry_timer, afs_mntpt_expiry_timed_out);
|
/openbmc/linux/drivers/hv/ |
H A D | hv_kvp.c | 98 static DECLARE_DELAYED_WORK(kvp_timeout_work, kvp_timeout_func); 99 static DECLARE_DELAYED_WORK(kvp_host_handshake_work, kvp_host_handshake_func);
|
H A D | hv_fcopy.c | 60 static DECLARE_DELAYED_WORK(fcopy_timeout_work, fcopy_timeout_func);
|
H A D | hv_snapshot.c | 79 static DECLARE_DELAYED_WORK(vss_timeout_work, vss_timeout_func);
|
/openbmc/linux/fs/smb/client/ |
H A D | namespace.c | 28 static DECLARE_DELAYED_WORK(cifs_automount_task,
|
/openbmc/linux/net/rfkill/ |
H A D | input.c | 137 static DECLARE_DELAYED_WORK(rfkill_op_work, rfkill_op_handler);
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | sharpsl_pm.c | 67 static DECLARE_DELAYED_WORK(toggle_charger, sharpsl_charge_toggle); 68 static DECLARE_DELAYED_WORK(sharpsl_bat, sharpsl_battery_thread);
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtasd.c | 417 static DECLARE_DELAYED_WORK(event_scan_work, rtas_event_scan);
|
/openbmc/linux/fs/nfs/ |
H A D | namespace.c | 29 static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | intel.c | 1147 static DECLARE_DELAYED_WORK(sl_reenable_unlock, __split_lock_reenable_unlock); 1153 static DECLARE_DELAYED_WORK(sl_reenable, __split_lock_reenable);
|
/openbmc/linux/kernel/livepatch/ |
H A D | transition.c | 62 static DECLARE_DELAYED_WORK(klp_transition_work, klp_transition_work_fn);
|
/openbmc/linux/fs/ |
H A D | file_table.c | 431 static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_init.c | 153 static DECLARE_DELAYED_WORK(hv_reenlightenment_work, hv_reenlightenment_notify);
|
/openbmc/linux/include/linux/ |
H A D | workqueue.h | 248 #define DECLARE_DELAYED_WORK(n, f) \ macro
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 526 static DECLARE_DELAYED_WORK(poll_pkg_cstate_work, poll_pkg_cstate);
|
/openbmc/linux/fs/notify/ |
H A D | mark.c | 89 static DECLARE_DELAYED_WORK(reaper_work, fsnotify_mark_destroy_workfn);
|