Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dodp.c208 container_of(work, struct mlx5_ib_mr, odp_destroy.work); in free_implicit_child_mr_work()
255 INIT_WORK(&mr->odp_destroy.work, free_implicit_child_mr_work); in destroy_unused_implicit_child_mr()
256 queue_work(system_unbound_wq, &mr->odp_destroy.work); in destroy_unused_implicit_child_mr()
H A Dmlx5_ib.h734 } odp_destroy; member