Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mthca/
H A Dmthca_catas.c192 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h156 #define alloc_ordered_workqueue(name, flags) \ macro
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c442 roce_gid_mgmt_wq = alloc_ordered_workqueue("roce_gid_mgmt_wq", 0); in roce_gid_mgmt_init()
H A Dib_iwcm.c1043 iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", WQ_MEM_RECLAIM); in iw_cm_init()
H A Dib_multicast.c882 mcast_wq = alloc_ordered_workqueue("ib_mcast", WQ_MEM_RECLAIM); in mcast_init()
H A Dib_ucma.c1661 file->close_wq = alloc_ordered_workqueue("ucma_close_id", in ucma_open()
H A Dib_mad.c3187 port_priv->wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in ib_mad_port_open()
H A Dib_cma.c4405 cma_wq = alloc_ordered_workqueue("rdma_cm", WQ_MEM_RECLAIM); in cma_init()
/freebsd-12.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.c2159 ctx->wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_alloc_demux_ctx()
2167 ctx->ud_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_alloc_demux_ctx()
H A Dmlx4_ib_main.c3293 wq = alloc_ordered_workqueue("mlx4_ib", WQ_MEM_RECLAIM); in mlx4_ib_init()
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c426 cache->wq = alloc_ordered_workqueue("mkey_cache", WQ_MEM_RECLAIM); in mlx5_mr_cache_init()