Home
last modified time | relevance | path

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

/linux/drivers/vdpa/mlx5/core/
H A Dmr.c676 queue_delayed_work(mres->wq_gc, &mres->gc_dwork_ent, in mlx5_vdpa_mr_gc_handler()
700 queue_delayed_work(mres->wq_gc, &mres->gc_dwork_ent, in _mlx5_vdpa_put_mr()
896 mres->wq_gc = create_singlethread_workqueue("mlx5_vdpa_mr_gc"); in mlx5_vdpa_init_mr_resources()
897 if (!mres->wq_gc) in mlx5_vdpa_init_mr_resources()
914 if (!mres->wq_gc) in mlx5_vdpa_destroy_mr_resources()
920 destroy_workqueue(mres->wq_gc); in mlx5_vdpa_destroy_mr_resources()
921 mres->wq_gc = NULL; in mlx5_vdpa_destroy_mr_resources()
H A Dmlx5_vdpa.h97 struct workqueue_struct *wq_gc; member