Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h58 struct workqueue_struct { struct
70 struct workqueue_struct *work_queue; argument
217 extern struct workqueue_struct *system_wq;
218 extern struct workqueue_struct *system_long_wq;
219 extern struct workqueue_struct *system_unbound_wq;
220 extern struct workqueue_struct *system_highpri_wq;
221 extern struct workqueue_struct *system_power_efficient_wq;
226 extern struct workqueue_struct *linux_create_workqueue_common(const char *, int);
227 extern void linux_destroy_workqueue(struct workqueue_struct *);
228 extern bool linux_queue_work_on(int cpu, struct workqueue_struct *, struct work_struct *);
[all …]
/freebsd-12.1/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;
93 struct workqueue_struct *wq; in linux_work_exec_unblock()
221 struct workqueue_struct *wq; in linux_work_fn()
551 struct workqueue_struct *
[all …]
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h392 struct workqueue_struct *wq;
446 struct workqueue_struct *wq;
453 struct workqueue_struct *wq;
454 struct workqueue_struct *ud_wq;
463 struct workqueue_struct *mcg_wq;
H A Dmlx4_ib_mcg.c64 static struct workqueue_struct *clean_wq;
/freebsd-12.1/sys/dev/mlx5/
H A Ddriver.h504 struct workqueue_struct *wq_watchdog;
508 struct workqueue_struct *wq;
514 struct workqueue_struct *wq_cmd;
590 struct workqueue_struct *pg_wq;
878 extern struct workqueue_struct *mlx5_core_wq;
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h211 struct workqueue_struct *wq;
H A Dib_device.c64 struct workqueue_struct *ib_comp_wq;
65 struct workqueue_struct *ib_wq;
H A Dib_roce_gid_mgmt.c49 static struct workqueue_struct *roce_gid_mgmt_wq;
H A Dib_iwcm.c66 static struct workqueue_struct *iwcm_wq;
H A Dib_addr.c76 static struct workqueue_struct *addr_wq;
H A Dib_multicast.c62 static struct workqueue_struct *mcast_wq;
H A Dib_ucma.c71 struct workqueue_struct *close_wq;
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_catas.c54 static struct workqueue_struct *catas_wq;
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h567 struct workqueue_struct *wq;
901 extern struct workqueue_struct *mlx5_ib_page_fault_wq;
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h439 extern struct workqueue_struct *ipoib_workqueue;
H A Dipoib_main.c89 struct workqueue_struct *ipoib_workqueue;
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h585 struct workqueue_struct *comm_wq;
918 extern struct workqueue_struct *mlx4_wq;
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h157 extern struct workqueue_struct *rx_comp_wq;
H A Dsdp_main.c83 struct workqueue_struct *rx_comp_wq;
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Den.h453 struct workqueue_struct *workqueue;
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h170 struct workqueue_struct *free_workq;
H A Dcm.c84 static struct workqueue_struct *c4iw_taskq;
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_verbs.h71 extern struct workqueue_struct *ib_wq;
72 extern struct workqueue_struct *ib_comp_wq;
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Den.h1028 struct workqueue_struct *wq;
/freebsd-12.1/sys/dev/mlx4/
H A Ddevice.h854 struct workqueue_struct *catas_wq;

12