Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
Dmr.c164 mr->allocated_from_cache = 1; in add_keys()
508 if (!mr->allocated_from_cache) in mlx5_mr_cache_free()
515 mr->allocated_from_cache = false; in mlx5_mr_cache_free()
1449 if (mr->allocated_from_cache) in mlx5_ib_rereg_user_mr()
1465 mr->allocated_from_cache = 0; in mlx5_ib_rereg_user_mr()
1552 int allocated_from_cache = mr->allocated_from_cache; in clean_mr() local
1567 if (!allocated_from_cache) { in clean_mr()
1624 if (!mr->allocated_from_cache) in dereg_mr()
Dmlx5_ib.h604 bool allocated_from_cache; member