Home
last modified time | relevance | path

Searched defs:dwork (Results 1 – 25 of 78) sorted by relevance

1234

/linux/include/linux/
H A Dkthread.h171 #define KTHREAD_DELAYED_WORK_INIT(dwork, fn) { \ argument
180 #define DEFINE_KTHREAD_DELAYED_WORK(dwork, fn) \ argument
200 #define kthread_init_delayed_work(dwork, fn) \ argument
H A Dworkqueue.h681 struct delayed_work *dwork, in queue_delayed_work() argument
696 mod_delayed_work(struct workqueue_struct * wq,struct delayed_work * dwork,unsigned long delay) mod_delayed_work() argument
807 schedule_delayed_work_on(int cpu,struct delayed_work * dwork,unsigned long delay) schedule_delayed_work_on() argument
821 schedule_delayed_work(struct delayed_work * dwork,unsigned long delay) schedule_delayed_work() argument
[all...]
/linux/net/wireless/
H A Dcore.c1764 struct wiphy_delayed_work *dwork = timer_container_of(dwork, t, timer); in wiphy_delayed_work_timer() local
1771 struct wiphy_delayed_work *dwork, in wiphy_delayed_work_queue()
1788 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_cancel()
1798 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_flush()
1808 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_pending()
/linux/kernel/
H A Dkthread.c1225 struct kthread_delayed_work *dwork = timer_container_of(dwork, t, in kthread_delayed_work_timer_fn() local
1253 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work()
1297 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work()
1376 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() local
1444 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work()
1558 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
H A Dworkqueue.c2073 struct delayed_work *dwork = to_delayed_work(work); in try_to_grab_pending() local
2497 struct delayed_work *dwork = timer_container_of(dwork, t, timer); in delayed_work_timer_fn() local
2505 struct delayed_work *dwork, unsigned long delay) in __queue_delayed_work()
2563 struct delayed_work *dwork, unsigned long delay) in queue_delayed_work_on()
2602 struct delayed_work *dwork, unsigned long delay) in mod_delayed_work_on()
4365 bool flush_delayed_work(struct delayed_work *dwork) in flush_delayed_work()
4505 bool cancel_delayed_work(struct delayed_work *dwork) in cancel_delayed_work()
4520 bool cancel_delayed_work_sync(struct delayed_work *dwork) in cancel_delayed_work_sync()
4596 bool disable_delayed_work(struct delayed_work *dwork) in disable_delayed_work()
4609 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync()
[all …]
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c41 struct delayed_work dwork; member
172 struct delayed_work *dwork = to_delayed_work(work); in ls_g4_pcie_reset() local
/linux/drivers/staging/greybus/
H A Dbootrom.c39 struct delayed_work dwork; member
54 struct delayed_work *dwork = to_delayed_work(work); in gb_bootrom_timedout() local
H A Dfw-download.c29 struct delayed_work dwork; member
130 struct delayed_work *dwork = to_delayed_work(work); in fw_request_timedout() local
/linux/drivers/net/wireless/ti/wl1251/
H A Dps.c18 struct delayed_work *dwork; in wl1251_elp_work() local
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dptp.h38 struct delayed_work dwork; member
/linux/drivers/gpu/host1x/
H A Dfence.c100 struct delayed_work *dwork = (struct delayed_work *)work; in do_fence_timeout() local
/linux/block/
H A Ddisk-events.c21 struct delayed_work dwork; member
309 struct delayed_work *dwork = to_delayed_work(work); in disk_events_workfn() local
/linux/drivers/media/platform/nvidia/tegra-vde/
H A Ddmabuf-cache.c24 struct delayed_work dwork; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c62 struct mlx5e_ipsec_dwork *dwork = in mlx5e_ipsec_handle_sw_limits() local
750 struct mlx5e_ipsec_dwork *dwork; in mlx5e_ipsec_create_dwork() local
/linux/include/net/libeth/
H A Dtypes.h101 struct delayed_work dwork; member
/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c183 struct delayed_work *dwork; in scmi_forceful_work_func() local
/linux/drivers/net/wireless/ti/wlcore/
H A Dscan.c22 struct delayed_work *dwork; in wl1271_scan_complete_work() local
/linux/drivers/nvdimm/
H A Dnd-core.h47 struct delayed_work dwork; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c25 struct delayed_work dwork; member
/linux/drivers/leds/trigger/
H A Dledtrig-tty.c15 struct delayed_work dwork; member
/linux/drivers/net/can/dev/
H A Ddev.c234 struct delayed_work *dwork = to_delayed_work(work); in can_restart_work() local
/linux/drivers/s390/net/
H A Dqeth_l2_main.c1366 struct delayed_work dwork; member
1373 struct delayed_work *dwork = to_delayed_work(work); in qeth_l2_dev2br_worker() local
1450 struct delayed_work *dwork = to_delayed_work(work); in qeth_addr_change_event_worker() local
/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c375 struct delayed_work *dwork; in vpu_msg_delayed_work() local
/linux/drivers/input/serio/
H A Dps2-gpio.c151 struct delayed_work *dwork = to_delayed_work(work); in ps2_gpio_tx_work_fn() local
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c262 struct delayed_work *dwork = to_delayed_work(work); in mlxsw_sp1_ptp_clock_overflow() local
845 struct delayed_work *dwork = to_delayed_work(work); in mlxsw_sp1_ptp_ht_gc() local
1233 struct delayed_work *dwork = to_delayed_work(work); in mlxsw_sp1_ptp_shaper_work() local

1234