Symbol: delayed_work
sys/compat/linuxkpi/common/include/linux/workqueue.h
106
static inline struct delayed_work *
sys/compat/linuxkpi/common/include/linux/workqueue.h
109
return (container_of(work, struct delayed_work, work));
sys/compat/linuxkpi/common/include/linux/workqueue.h
242
extern void linux_init_delayed_work(struct delayed_work *, work_func_t);
sys/compat/linuxkpi/common/include/linux/workqueue.h
249
struct delayed_work *, unsigned long delay);
sys/compat/linuxkpi/common/include/linux/workqueue.h
251
extern bool linux_cancel_delayed_work(struct delayed_work *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
253
extern bool linux_cancel_delayed_work_sync(struct delayed_work *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
255
extern bool linux_flush_delayed_work(struct delayed_work *);
sys/compat/linuxkpi/common/include/linux/workqueue.h
98
struct delayed_work name; \
sys/compat/linuxkpi/common/include/net/mac80211.h
1174
struct delayed_work *, int);
sys/compat/linuxkpi/common/include/net/mac80211.h
2210
ieee80211_queue_delayed_work(struct ieee80211_hw *hw, struct delayed_work *w,
sys/compat/linuxkpi/common/src/linux_80211.c
9192
struct delayed_work *w, int delay)
sys/compat/linuxkpi/common/src/linux_work.c
118
linux_delayed_work_enqueue(struct delayed_work *dwork)
sys/compat/linuxkpi/common/src/linux_work.c
216
struct delayed_work *dwork, unsigned long delay)
sys/compat/linuxkpi/common/src/linux_work.c
335
struct delayed_work *dwork = context;
sys/compat/linuxkpi/common/src/linux_work.c
359
struct delayed_work *dwork = arg;
sys/compat/linuxkpi/common/src/linux_work.c
449
linux_cancel_timer(struct delayed_work *dwork, bool drain)
sys/compat/linuxkpi/common/src/linux_work.c
470
linux_cancel_delayed_work(struct delayed_work *dwork)
sys/compat/linuxkpi/common/src/linux_work.c
515
linux_cancel_delayed_work_sync_int(struct delayed_work *dwork)
sys/compat/linuxkpi/common/src/linux_work.c
559
linux_cancel_delayed_work_sync(struct delayed_work *dwork)
sys/compat/linuxkpi/common/src/linux_work.c
600
linux_flush_delayed_work(struct delayed_work *dwork)
sys/compat/linuxkpi/common/src/linux_work.c
692
linux_init_delayed_work(struct delayed_work *dwork, work_func_t func)
sys/dev/bnxt/bnxt_en/bnxt.h
1379
struct delayed_work fw_reset_task;
sys/dev/bnxt/bnxt_re/bnxt_re.h
514
struct delayed_work worker;
sys/dev/bnxt/bnxt_re/bnxt_re.h
576
struct delayed_work dbq_pacing_work;
sys/dev/irdma/irdma_main.h
366
struct delayed_work dwork_cqp_poll;
sys/dev/irdma/irdma_utils.c
2654
struct delayed_work *dwork = to_delayed_work(work);
sys/dev/irdma/irdma_verbs.c
693
struct delayed_work *dwork = to_delayed_work(work);
sys/dev/irdma/irdma_verbs.c
712
struct delayed_work *dwork = to_delayed_work(work);
sys/dev/irdma/irdma_verbs.h
227
struct delayed_work dwork_flush;
sys/dev/mlx4/mlx4_core/mlx4.h
834
struct delayed_work sense_poll;
sys/dev/mlx4/mlx4_core/mlx4_sense.c
93
struct delayed_work *delay = to_delayed_work(work);
sys/dev/mlx4/mlx4_en/en.h
602
struct delayed_work stats_task;
sys/dev/mlx4/mlx4_en/en.h
603
struct delayed_work service_task;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1182
struct delayed_work *delay = to_delayed_work(work);
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1211
struct delayed_work *delay = to_delayed_work(work);
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
388
struct delayed_work alias_guid_work;
sys/dev/mlx4/mlx4_ib/mlx4_ib_alias_GUID.c
748
struct delayed_work *delay = to_delayed_work(work);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
169
struct delayed_work *delay = to_delayed_work(work);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
54
struct delayed_work timeout;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
127
struct delayed_work timeout_work;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
541
struct delayed_work *delay = to_delayed_work(work);
sys/dev/mlx5/driver.h
292
struct delayed_work work;
sys/dev/mlx5/driver.h
523
struct delayed_work recover_work;
sys/dev/mlx5/driver.h
878
struct delayed_work cb_timeout_work;
sys/dev/mlx5/mlx5_accel/ipsec.h
70
struct delayed_work dwork;
sys/dev/mlx5/mlx5_core/fs_core.h
273
struct delayed_work *dwork,
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
790
struct delayed_work *dwork = container_of(work, struct delayed_work,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
504
struct delayed_work *dwork,
sys/dev/mlx5/mlx5_core/mlx5_health.c
368
struct delayed_work *dwork;
sys/dev/mlx5/mlx5_core/mlx5_health.c
374
dwork = container_of(work, struct delayed_work, work);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
615
struct delayed_work dwork;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
742
struct delayed_work dwork;
sys/ofed/drivers/infiniband/core/ib_addr.c
70
struct delayed_work work;
sys/ofed/drivers/infiniband/core/ib_cm.c
243
struct delayed_work work;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
53
struct delayed_work timeout_work;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
54
struct delayed_work cleanup_work;
sys/ofed/drivers/infiniband/core/ib_sa_query.c
94
struct delayed_work ib_cpi_work;
sys/ofed/drivers/infiniband/core/mad_priv.h
103
struct delayed_work timed_work;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
297
struct delayed_work stale_task;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
340
struct delayed_work pkey_poll_task;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
341
struct delayed_work mcast_task;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
347
struct delayed_work ah_reap_task;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
397
struct delayed_work srcavail_cancel_work;