Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_health.c725 health->wq = create_singlethread_workqueue(name); in mlx5_health_init()
730 health->wq_watchdog = create_singlethread_workqueue(name); in mlx5_health_init()
735 health->wq_cmd = create_singlethread_workqueue(name); in mlx5_health_init()
HDmlx5_pagealloc.c604 dev->priv.pg_wq = create_singlethread_workqueue("mlx5_page_allocator"); in mlx5_pagealloc_start()
HDmlx5_eswitch.c1103 esw->work_queue = create_singlethread_workqueue("mlx5_esw_wq"); in mlx5_eswitch_init()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDworkqueue.h159 #define create_singlethread_workqueue(name) \ macro
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_main.c239 mdev->workqueue = create_singlethread_workqueue("mlx4_en"); in mlx4_en_add()
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_catas.c316 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
HDmlx4_cmd.c2444 create_singlethread_workqueue("mlx4_comm"); in mlx4_multi_func_init()
HDmlx4_main.c4211 mlx4_wq = create_singlethread_workqueue("mlx4"); in mlx4_init()
/freebsd-13-stable/sys/contrib/dev/rtw88/
HDusb.c708 rtwusb->rxwq = create_singlethread_workqueue("rtw88_usb: rx wq"); in rtw_usb_init_rx()
742 rtwusb->txwq = create_singlethread_workqueue("rtw88_usb: tx wq"); in rtw_usb_init_tx()
HDsdio.c1249 rtwsdio->txwq = create_singlethread_workqueue("rtw88_sdio: tx wq"); in rtw_sdio_init_tx()
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
HDdevice.c168 rdev->free_workq = create_singlethread_workqueue("iw_cxgb4_free"); in c4iw_rdev_open()
HDcm.c3037 c4iw_taskq = create_singlethread_workqueue("iw_cxgbe"); in c4iw_cm_init()
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_hw_tls.c136 ptls->wq = create_singlethread_workqueue("mlx5-tls-wq"); in mlx5e_tls_init()
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_main.c1405 ipoib_workqueue = create_singlethread_workqueue("ipoib"); in ipoib_init_module()
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1917 rx_comp_wq = create_singlethread_workqueue("rx_comp_wq"); in sdp_init()