Searched refs:alloc_workqueue (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_gen4_timer.c | 99 int_timer->timer_irq_wq = alloc_workqueue(wqname, WQ_MEM_RECLAIM, 1); in adf_int_timer_init()
|
H A D | adf_vf_isr.c | 387 alloc_workqueue("adf_vf_stop_wq", WQ_MEM_RECLAIM, 0); in adf_init_vf_wq()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_work.c | 719 linux_system_short_wq = alloc_workqueue("linuxkpi_short_wq", 0, max_wq_cpus); in linux_work_init() 720 linux_system_long_wq = alloc_workqueue("linuxkpi_long_wq", 0, max_wq_cpus); in linux_work_init()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | workqueue.h | 168 #define alloc_workqueue(name, flags, max_active) \ macro
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 999 ib_wq = alloc_workqueue("infiniband", 0, 0); in ib_core_init() 1003 ib_comp_wq = alloc_workqueue("ib-comp-wq", in ib_core_init()
|
H A D | ib_addr.c | 898 addr_wq = alloc_workqueue("ib_addr", WQ_MEM_RECLAIM, 0); in addr_init()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 798 pipsec->wq = alloc_workqueue("mlx5e_ipsec", WQ_UNBOUND, 0); in mlx5e_ipsec_init()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | main.c | 2220 rtwdev->tx_wq = alloc_workqueue("rtw_tx_wq", WQ_UNBOUND | WQ_HIGHPRI, 0); in rtw_core_init()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_hw.c | 1996 iwdev->cleanup_wq = alloc_workqueue("irdma-cleanup-wq", in irdma_rt_init_hw()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 3685 trans_pcie->rba.alloc_wq = alloc_workqueue("rb_allocator", in iwl_trans_pcie_alloc()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 4904 rtwdev->txq_wq = alloc_workqueue("rtw89_tx_wq", WQ_UNBOUND | WQ_HIGHPRI, 0);
|