Home
last modified time | relevance | path

Searched refs:DECLARE_DELAYED_WORK (Results 1 – 25 of 50) sorted by relevance

12

/linux-5.19.10/samples/livepatch/
Dlivepatch-shadow-mod.c141 static DECLARE_DELAYED_WORK(alloc_dwork, alloc_work_func);
166 static DECLARE_DELAYED_WORK(cleanup_dwork, cleanup_work_func);
Dlivepatch-callbacks-busymod.c35 static DECLARE_DELAYED_WORK(work, busymod_work_func);
/linux-5.19.10/drivers/block/paride/
Dpseudo.h48 static DECLARE_DELAYED_WORK(ps_tq, ps_tq_int);
/linux-5.19.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h98 #define DECLARE_DELAYED_WORK(n, f) \ macro
/linux-5.19.10/security/integrity/ima/
Dima_queue_keys.c35 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);
/linux-5.19.10/drivers/input/touchscreen/
Dhp680_ts_input.c24 static DECLARE_DELAYED_WORK(work, do_softint);
/linux-5.19.10/arch/x86/kernel/
Dcheck.c165 static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
/linux-5.19.10/drivers/auxdisplay/
Dcfag12864b.c213 static DECLARE_DELAYED_WORK(cfag12864b_work, cfag12864b_update);
/linux-5.19.10/net/core/
Dlink_watch.c31 static DECLARE_DELAYED_WORK(linkwatch_work, linkwatch_event);
/linux-5.19.10/drivers/platform/x86/
Dmsi-laptop.c787 static DECLARE_DELAYED_WORK(msi_rfkill_dwork, msi_update_rfkill);
803 static DECLARE_DELAYED_WORK(msi_touchpad_dwork, msi_send_touchpad_key);
858 static DECLARE_DELAYED_WORK(msi_rfkill_init, msi_init_rfkill);
/linux-5.19.10/fs/afs/
Dmntpt.c42 static DECLARE_DELAYED_WORK(afs_mntpt_expiry_timer, afs_mntpt_expiry_timed_out);
/linux-5.19.10/drivers/hv/
Dhv_kvp.c98 static DECLARE_DELAYED_WORK(kvp_timeout_work, kvp_timeout_func);
99 static DECLARE_DELAYED_WORK(kvp_host_handshake_work, kvp_host_handshake_func);
Dhv_fcopy.c60 static DECLARE_DELAYED_WORK(fcopy_timeout_work, fcopy_timeout_func);
Dhv_snapshot.c79 static DECLARE_DELAYED_WORK(vss_timeout_work, vss_timeout_func);
/linux-5.19.10/mm/damon/
Dreclaim.c375 static DECLARE_DELAYED_WORK(damon_reclaim_timer, damon_reclaim_timer_fn);
/linux-5.19.10/net/rfkill/
Dinput.c137 static DECLARE_DELAYED_WORK(rfkill_op_work, rfkill_op_handler);
/linux-5.19.10/fs/cifs/
Dcifs_dfs_ref.c31 static DECLARE_DELAYED_WORK(cifs_dfs_automount_task,
/linux-5.19.10/kernel/livepatch/
Dtransition.c40 static DECLARE_DELAYED_WORK(klp_transition_work, klp_transition_work_fn);
/linux-5.19.10/arch/powerpc/kernel/
Drtasd.c416 static DECLARE_DELAYED_WORK(event_scan_work, rtas_event_scan);
/linux-5.19.10/arch/x86/hyperv/
Dhv_init.c135 static DECLARE_DELAYED_WORK(hv_reenlightenment_work, hv_reenlightenment_notify);
/linux-5.19.10/fs/nfs/
Dnamespace.c29 static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
/linux-5.19.10/arch/arm/mach-pxa/
Dsharpsl_pm.c67 static DECLARE_DELAYED_WORK(toggle_charger, sharpsl_charge_toggle);
68 static DECLARE_DELAYED_WORK(sharpsl_bat, sharpsl_battery_thread);
/linux-5.19.10/fs/
Dfile_table.c369 static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
/linux-5.19.10/include/linux/
Dworkqueue.h195 #define DECLARE_DELAYED_WORK(n, f) \ macro
/linux-5.19.10/drivers/parisc/
Dled.c68 static DECLARE_DELAYED_WORK(led_task, led_work_func);

12