Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dpagealloc.c443 queue_work(dev->priv.pg_wq, &req->work); in mlx5_core_req_pages_handler()
524 dev->priv.pg_wq = create_singlethread_workqueue("mlx5_page_allocator"); in mlx5_pagealloc_start()
525 if (!dev->priv.pg_wq) in mlx5_pagealloc_start()
533 destroy_workqueue(dev->priv.pg_wq); in mlx5_pagealloc_stop()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h477 struct workqueue_struct *pg_wq; member