Searched refs:gc_dwork_ent (Results 1 – 2 of 2) sorted by relevance
671 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()
96 struct delayed_work gc_dwork_ent; member