Home
last modified time | relevance | path

Searched refs:pg_wq (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dpagealloc.c604 queue_work(dev->priv.pg_wq, &req->work); in req_pages_handler()
701 dev->priv.pg_wq = create_singlethread_workqueue("mlx5_page_allocator"); in mlx5_pagealloc_init()
702 if (!dev->priv.pg_wq) in mlx5_pagealloc_init()
713 destroy_workqueue(dev->priv.pg_wq); in mlx5_pagealloc_cleanup()
725 flush_workqueue(dev->priv.pg_wq); in mlx5_pagealloc_stop()
/kernel/linux/linux-5.10/include/linux/mlx5/
Ddriver.h544 struct workqueue_struct *pg_wq; member