Home
last modified time | relevance | path

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

/linux/drivers/vdpa/mlx5/core/
H A Dmr.c671 mres = container_of(work, struct mlx5_vdpa_mr_resources, gc_dwork_ent.work); in mlx5_vdpa_mr_gc_handler()
676 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()
897 INIT_DELAYED_WORK(&mres->gc_dwork_ent, mlx5_vdpa_mr_gc_handler); in mlx5_vdpa_init_mr_resources()
916 flush_delayed_work(&mres->gc_dwork_ent); in mlx5_vdpa_destroy_mr_resources()
H A Dmlx5_vdpa.h96 struct delayed_work gc_dwork_ent; member