allocated_from_cache  605 drivers/infiniband/hw/mlx5/mlx5_ib.h 	bool			allocated_from_cache;
allocated_from_cache  164 drivers/infiniband/hw/mlx5/mr.c 		mr->allocated_from_cache = 1;
allocated_from_cache  508 drivers/infiniband/hw/mlx5/mr.c 	if (!mr->allocated_from_cache)
allocated_from_cache  515 drivers/infiniband/hw/mlx5/mr.c 		mr->allocated_from_cache = false;
allocated_from_cache 1449 drivers/infiniband/hw/mlx5/mr.c 		if (mr->allocated_from_cache)
allocated_from_cache 1465 drivers/infiniband/hw/mlx5/mr.c 		mr->allocated_from_cache = 0;
allocated_from_cache 1552 drivers/infiniband/hw/mlx5/mr.c 	int allocated_from_cache = mr->allocated_from_cache;
allocated_from_cache 1567 drivers/infiniband/hw/mlx5/mr.c 	if (!allocated_from_cache) {
allocated_from_cache 1624 drivers/infiniband/hw/mlx5/mr.c 	if (!mr->allocated_from_cache)