Home
last modified time | relevance | path

Searched refs:create_singlethread_workqueue (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c723 health->wq = create_singlethread_workqueue(name); in mlx5_health_init()
728 health->wq_watchdog = create_singlethread_workqueue(name); in mlx5_health_init()
733 health->wq_cmd = create_singlethread_workqueue(name); in mlx5_health_init()
H A Dmlx5_pagealloc.c600 dev->priv.pg_wq = create_singlethread_workqueue("mlx5_page_allocator"); in mlx5_pagealloc_start()
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h150 #define create_singlethread_workqueue(name) \ macro
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c316 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
H A Dmlx4_cmd.c2444 create_singlethread_workqueue("mlx4_comm"); in mlx4_multi_func_init()
H A Dmlx4_main.c4204 mlx4_wq = create_singlethread_workqueue("mlx4"); in mlx4_init()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c239 mdev->workqueue = create_singlethread_workqueue("mlx4_en"); in mlx4_en_add()
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c170 rdev->free_workq = create_singlethread_workqueue("iw_cxgb4_free"); in c4iw_rdev_open()
H A Dcm.c3031 c4iw_taskq = create_singlethread_workqueue("iw_cxgbe"); in c4iw_cm_init()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1436 ipoib_workqueue = create_singlethread_workqueue("ipoib"); in ipoib_init_module()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1906 rx_comp_wq = create_singlethread_workqueue("rx_comp_wq"); in sdp_init()