Home
last modified time | relevance | path

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

1234

/linux/include/linux/
H A Dkthread.h150 #define KTHREAD_DELAYED_WORK_INIT(dwork, fn) { \ argument
159 #define DEFINE_KTHREAD_DELAYED_WORK(dwork, fn) \ argument
179 #define kthread_init_delayed_work(dwork, fn) \ argument
H A Dworkqueue.h674 struct delayed_work *dwork, in queue_delayed_work()
689 struct delayed_work *dwork, in mod_delayed_work()
800 static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, in schedule_delayed_work_on()
814 static inline bool schedule_delayed_work(struct delayed_work *dwork, in schedule_delayed_work()
/linux/kernel/
H A Dkthread.c1050 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn() local
1077 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work()
1121 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work()
1200 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() local
1268 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work()
1382 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
H A Dworkqueue.c2057 struct delayed_work *dwork = to_delayed_work(work); in try_to_grab_pending() local
2482 struct delayed_work *dwork = from_timer(dwork, t, timer); in delayed_work_timer_fn() local
2490 struct delayed_work *dwork, unsigned long delay) in __queue_delayed_work()
2541 struct delayed_work *dwork, unsigned long delay) in queue_delayed_work_on()
2580 struct delayed_work *dwork, unsigned long delay) in mod_delayed_work_on()
4268 bool flush_delayed_work(struct delayed_work *dwork) in flush_delayed_work()
4408 bool cancel_delayed_work(struct delayed_work *dwork) in cancel_delayed_work()
4423 bool cancel_delayed_work_sync(struct delayed_work *dwork) in cancel_delayed_work_sync()
4499 bool disable_delayed_work(struct delayed_work *dwork) in disable_delayed_work()
4512 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync()
[all …]
/linux/net/wireless/
H A Dcore.c1711 struct wiphy_delayed_work *dwork = from_timer(dwork, t, timer); in wiphy_delayed_work_timer() local
1718 struct wiphy_delayed_work *dwork, in wiphy_delayed_work_queue()
1735 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_cancel()
1745 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_flush()
1755 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_pending()
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c41 struct delayed_work dwork; member
177 struct delayed_work *dwork = container_of(work, struct delayed_work, in ls_g4_pcie_reset() local
/linux/drivers/staging/greybus/
H A Dfw-download.c29 struct delayed_work dwork; member
130 struct delayed_work *dwork = to_delayed_work(work); in fw_request_timedout() local
H A Dbootrom.c39 struct delayed_work dwork; member
54 struct delayed_work *dwork = to_delayed_work(work); in gb_bootrom_timedout() local
/linux/drivers/net/wireless/ti/wl1251/
H A Dps.c18 struct delayed_work *dwork; in wl1251_elp_work() local
/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/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c61 struct mlx5e_ipsec_dwork *dwork = in mlx5e_ipsec_handle_sw_limits() local
668 struct mlx5e_ipsec_dwork *dwork; in mlx5e_ipsec_create_dwork() 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/
H A Dhv_vhca_stats.c61 struct delayed_work *dwork; in mlx5e_hv_vhca_stats_work() local
H A Dmapping.c24 struct delayed_work dwork; member
/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c182 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/leds/trigger/
H A Dledtrig-tty.c15 struct delayed_work dwork; member
/linux/drivers/net/can/dev/
H A Ddev.c186 struct delayed_work *dwork = to_delayed_work(work); in can_restart_work() local
/linux/drivers/auxdisplay/
H A Dcharlcd.c75 struct delayed_work *dwork = to_delayed_work(work); in charlcd_bl_off() local
/linux/drivers/s390/net/
H A Dqeth_l2_main.c1365 struct delayed_work dwork; member
1372 struct delayed_work *dwork = to_delayed_work(work); in qeth_l2_dev2br_worker() local
1449 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/fs/lockd/
H A Dsvc.c100 struct delayed_work *dwork = to_delayed_work(grace); in grace_ender() 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

1234