Home
last modified time | relevance | path

Searched refs:alloc_ordered_workqueue (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/dev/mthca/
H A Dmthca_catas.c192 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h167 #define alloc_ordered_workqueue(name, flags) \ macro
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c445 roce_gid_mgmt_wq = alloc_ordered_workqueue("roce_gid_mgmt_wq", 0); in roce_gid_mgmt_init()
H A Dib_iwcm.c1064 iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", WQ_MEM_RECLAIM); in iw_cm_init()
H A Dib_multicast.c881 mcast_wq = alloc_ordered_workqueue("ib_mcast", WQ_MEM_RECLAIM); in mcast_init()
H A Dib_ucma.c1668 file->close_wq = alloc_ordered_workqueue("ucma_close_id", in ucma_open()
H A Dib_mad.c3167 port_priv->wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in ib_mad_port_open()
H A Dib_cma.c4633 cma_wq = alloc_ordered_workqueue("rdma_cm", WQ_MEM_RECLAIM); in cma_init()
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c1052 ctx->mcg_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_mcg_port_init()
1253 clean_wq = alloc_ordered_workqueue("mlx4_ib_mcg", WQ_MEM_RECLAIM); in mlx4_ib_mcg_init()
H A Dmlx4_ib_alias_GUID.c887 alloc_ordered_workqueue(alias_wq_name, WQ_MEM_RECLAIM); in mlx4_ib_init_alias_guid_service()
H A Dmlx4_ib_mad.c2160 ctx->wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_alloc_demux_ctx()
2168 ctx->ud_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_alloc_demux_ctx()
H A Dmlx4_ib_main.c3296 wq = alloc_ordered_workqueue("mlx4_ib", WQ_MEM_RECLAIM); in mlx4_ib_init()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c430 cache->wq = alloc_ordered_workqueue("mkey_cache", WQ_MEM_RECLAIM); in mlx5_mr_cache_init()
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3329 lhw->workq = alloc_ordered_workqueue(wiphy_name(hw->wiphy), 0); in linuxkpi_ieee80211_ifattach()