| /linux/samples/livepatch/ |
| H A D | livepatch-shadow-mod.c | 140 static DECLARE_DELAYED_WORK(alloc_dwork, alloc_work_func); 164 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);
|
| /linux/security/integrity/ima/ |
| H A D | ima_queue_keys.c | 35 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);
|
| /linux/drivers/input/touchscreen/ |
| H A D | hp680_ts_input.c | 24 static DECLARE_DELAYED_WORK(work, do_softint);
|
| /linux/arch/x86/kernel/ |
| H A D | check.c | 165 static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
|
| /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);
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-designware-amdpsp.c | 165 static DECLARE_DELAYED_WORK(release_queue, psp_release_i2c_bus_deferred);
|
| /linux/drivers/auxdisplay/ |
| H A D | cfag12864b.c | 208 static DECLARE_DELAYED_WORK(cfag12864b_work, cfag12864b_update);
|
| /linux/fs/afs/ |
| H A D | mntpt.c | 42 static DECLARE_DELAYED_WORK(afs_mntpt_expiry_timer, afs_mntpt_expiry_timed_out);
|
| /linux/net/core/ |
| H A D | link_watch.c | 31 static DECLARE_DELAYED_WORK(linkwatch_work, linkwatch_event);
|
| /linux/arch/s390/kernel/diag/ |
| H A D | diag324.c | 97 static DECLARE_DELAYED_WORK(pibwork, pibwork_handler);
|
| /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_snapshot.c | 79 static DECLARE_DELAYED_WORK(vss_timeout_work, vss_timeout_func);
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bus_lock.c | 190 static DECLARE_DELAYED_WORK(sl_reenable_unlock, __split_lock_reenable_unlock);
|
| /linux/fs/smb/client/ |
| H A D | namespace.c | 28 static DECLARE_DELAYED_WORK(cifs_automount_task,
|
| /linux/net/rfkill/ |
| H A D | input.c | 137 static DECLARE_DELAYED_WORK(rfkill_op_work, rfkill_op_handler);
|
| /linux/arch/s390/kernel/ |
| H A D | hiperdispatch.c | 87 static DECLARE_DELAYED_WORK(hd_capacity_work, hd_capacity_work_fn);
|
| /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);
|
| /linux/fs/nfs/ |
| H A D | namespace.c | 29 static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
|
| /linux/arch/powerpc/kernel/ |
| H A D | rtasd.c | 419 static DECLARE_DELAYED_WORK(event_scan_work, rtas_event_scan);
|
| /linux/kernel/livepatch/ |
| H A D | transition.c | 53 static DECLARE_DELAYED_WORK(klp_transition_work, klp_transition_work_fn);
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 188 static DECLARE_DELAYED_WORK(hv_reenlightenment_work, hv_reenlightenment_notify);
|
| /linux/include/linux/ |
| H A D | workqueue.h | 254 #define DECLARE_DELAYED_WORK(n, f) \ macro
|
| /linux/fs/ |
| H A D | file_table.c | 499 static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
|
| /linux/drivers/thermal/intel/ |
| H A D | intel_powerclamp.c | 497 static DECLARE_DELAYED_WORK(poll_pkg_cstate_work, poll_pkg_cstate);
|