Home
last modified time | relevance | path

Searched refs:workqueue_struct (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h56 struct workqueue_struct { struct
68 struct workqueue_struct *work_queue; argument
77 struct workqueue_struct *wq;
235 extern struct workqueue_struct *system_wq;
236 extern struct workqueue_struct *system_long_wq;
237 extern struct workqueue_struct *system_unbound_wq;
238 extern struct workqueue_struct *system_highpri_wq;
239 extern struct workqueue_struct *system_power_efficient_wq;
244 extern struct workqueue_struct *linux_create_workqueue_common(const char *, int);
245 extern void linux_destroy_workqueue(struct workqueue_struct *);
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c52 static struct workqueue_struct *linux_system_short_wq;
53 static struct workqueue_struct *linux_system_long_wq;
55 struct workqueue_struct *system_wq;
56 struct workqueue_struct *system_long_wq;
57 struct workqueue_struct *system_unbound_wq;
58 struct workqueue_struct *system_highpri_wq;
59 struct workqueue_struct *system_power_efficient_wq;
95 struct workqueue_struct *wq; in linux_work_exec_unblock()
131 linux_queue_work_on(int cpu __unused, struct workqueue_struct *wq, in linux_queue_work_on()
178 linux_queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork) in linux_queue_rcu_work()
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h560 struct workqueue_struct *resolve_wq;
562 struct workqueue_struct *dcb_wq;
563 struct workqueue_struct *aer_wq;
574 struct workqueue_struct *dbq_wq;
575 struct workqueue_struct *dbr_drop_recov_wq;
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h387 struct workqueue_struct *wq;
441 struct workqueue_struct *wq;
448 struct workqueue_struct *wq;
449 struct workqueue_struct *ud_wq;
458 struct workqueue_struct *mcg_wq;
/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c20 static struct workqueue_struct *fatal_error_wq;
26 static struct workqueue_struct *device_reset_wq;
H A Dadf_vf_isr.c25 static struct workqueue_struct *adf_vf_stop_wq;
/freebsd/sys/dev/mlx5/
H A Ddriver.h291 struct workqueue_struct *wq;
515 struct workqueue_struct *wq_watchdog;
519 struct workqueue_struct *wq;
525 struct workqueue_struct *wq_cmd;
595 struct workqueue_struct *pg_wq;
914 extern struct workqueue_struct *mlx5_core_wq;
/freebsd/sys/contrib/dev/rtw88/
H A Dusb.h78 struct workqueue_struct *txwq, *rxwq;
H A Dsdio.h159 struct workqueue_struct *txwq;
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den_hw_tls.h84 struct workqueue_struct *wq;
H A Den_hw_tls_rx.h134 struct workqueue_struct *wq;
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi.h96 struct workqueue_struct *event_wq;
H A Dsdio.h220 struct workqueue_struct *workqueue;
H A Dcore.h1168 struct workqueue_struct *workqueue;
1170 struct workqueue_struct *workqueue_aux;
1171 struct workqueue_struct *workqueue_tx_complete;
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h209 struct workqueue_struct *wq;
H A Dib_device.c62 struct workqueue_struct *ib_comp_wq;
63 struct workqueue_struct *ib_wq;
H A Dib_roce_gid_mgmt.c48 static struct workqueue_struct *roce_gid_mgmt_wq;
/freebsd/sys/dev/mlx5/mlx5_core/
H A Deswitch.h137 struct workqueue_struct *work_queue;
/freebsd/sys/dev/mthca/
H A Dmthca_catas.c54 static struct workqueue_struct *catas_wq;
/freebsd/sys/dev/irdma/
H A Dirdma_main.h356 struct workqueue_struct *cqp_cmpl_wq;
372 struct workqueue_struct *cleanup_wq;
H A Dirdma_cm.h387 struct workqueue_struct *event_wq;
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dipsec.h128 struct workqueue_struct *wq;
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h765 struct workqueue_struct *workqueue;
767 struct workqueue_struct *workqueue_aux;
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h957 struct workqueue_struct *workqueue;
961 struct workqueue_struct *workqueue_aux;
H A Dqmi.h136 struct workqueue_struct *event_wq;

123