Searched refs:hot_chunks_arr (Results 1 – 1 of 1) sorted by relevance
29 struct mlx5dr_icm_hot_chunk *hot_chunks_arr; member339 hot_chunk = &pool->hot_chunks_arr[i]; in dr_icm_pool_clear_hot_chunks_arr()468 hot_chunk = &pool->hot_chunks_arr[pool->hot_chunks_num++]; in mlx5dr_icm_free_chunk()525 pool->hot_chunks_arr = kvcalloc(num_of_chunks, in mlx5dr_icm_pool_create()528 if (!pool->hot_chunks_arr) in mlx5dr_icm_pool_create()547 kvfree(pool->hot_chunks_arr); in mlx5dr_icm_pool_destroy()
Completed in 4 milliseconds