Searched refs:DECLARE_DELAYED_WORK (Results 1 – 25 of 29) sorted by relevance
12
| /linux/samples/livepatch/ |
| H A D | livepatch-callbacks-busymod.c | 35 static DECLARE_DELAYED_WORK(work, busymod_work_func);
|
| /linux/drivers/input/touchscreen/ |
| H A D | hp680_ts_input.c | 24 static DECLARE_DELAYED_WORK(work, do_softint);
|
| /linux/security/integrity/ima/ |
| H A D | ima_queue_keys.c | 35 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);
|
| /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);
|
| H A D | acer-wmi.c | 2317 static DECLARE_DELAYED_WORK(acer_rfkill_work, acer_rfkill_update);
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-designware-amdpsp.c | 165 static DECLARE_DELAYED_WORK(release_queue, psp_release_i2c_bus_deferred);
|
| /linux/fs/afs/ |
| H A D | mntpt.c | 42 static DECLARE_DELAYED_WORK(afs_mntpt_expiry_timer, afs_mntpt_expiry_timed_out);
|
| /linux/arch/s390/kernel/diag/ |
| H A D | diag324.c | 97 static DECLARE_DELAYED_WORK(pibwork, pibwork_handler);
|
| /linux/net/rfkill/ |
| H A D | input.c | 137 static DECLARE_DELAYED_WORK(rfkill_op_work, rfkill_op_handler);
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bus_lock.c | 197 static DECLARE_DELAYED_WORK(sl_reenable_unlock, __split_lock_reenable_unlock);
|
| /linux/drivers/hv/ |
| H A D | hv_snapshot.c | 79 static DECLARE_DELAYED_WORK(vss_timeout_work, vss_timeout_func);
|
| /linux/kernel/livepatch/ |
| H A D | transition.c | 53 static DECLARE_DELAYED_WORK(klp_transition_work, klp_transition_work_fn); in klp_transition_work_fn()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 191 static DECLARE_DELAYED_WORK(hv_reenlightenment_work, hv_reenlightenment_notify);
|
| /linux/include/linux/ |
| H A D | workqueue.h | 255 #define DECLARE_DELAYED_WORK(n, f) \ macro
|
| /linux/kernel/power/ |
| H A D | energy_model.c | 42 static DECLARE_DELAYED_WORK(em_update_work, em_update_workfn);
|
| /linux/kernel/ |
| H A D | reboot.c | 991 static DECLARE_DELAYED_WORK(hw_failure_emergency_action_work,
|
| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 175 static DECLARE_DELAYED_WORK(fqdir_free_work, fqdir_free_fn);
|
| /linux/drivers/char/ |
| H A D | random.c | 245 static DECLARE_DELAYED_WORK(next_reseed, crng_reseed); in crng_reseed()
|
| /linux/fs/pstore/ |
| H A D | zone.c | 143 static DECLARE_DELAYED_WORK(psz_cleaner, psz_flush_all_dirty_zones);
|
| /linux/net/wireless/ |
| H A D | reg.c | 227 static DECLARE_DELAYED_WORK(reg_check_chans, reg_check_chans_work); 524 static DECLARE_DELAYED_WORK(crda_timeout, crda_timeout_work);
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 111 static DECLARE_DELAYED_WORK(perm_group_work, perm_group_watchdog);
|
| /linux/drivers/block/ |
| H A D | floppy.c | 635 static DECLARE_DELAYED_WORK(fd_timeout, floppy_shutdown); 1011 static DECLARE_DELAYED_WORK(fd_timer, fd_timer_workfn);
|
| /linux/fs/ |
| H A D | fs-writeback.c | 2626 static DECLARE_DELAYED_WORK(dirtytime_work, wakeup_dirtytime_writeback);
|
| /linux/fs/quota/ |
| H A D | dquot.c | 274 static DECLARE_DELAYED_WORK(quota_release_work, quota_release_workfn);
|
12