Searched refs:buddy_mem_pool (Results 1 – 1 of 1) sorted by relevance
303 struct mlx5dr_icm_buddy_mem *buddy_mem_pool, in dr_icm_chunk_init() argument310 chunk->buddy_mem = buddy_mem_pool; in dr_icm_chunk_init()317 buddy_mem_pool->used_memory += mlx5dr_icm_pool_get_chunk_byte_size(chunk); in dr_icm_chunk_init()378 struct mlx5dr_icm_buddy_mem *buddy_mem_pool; in dr_icm_handle_buddies_get_mem() local384 list_for_each_entry(buddy_mem_pool, &pool->buddy_mem_list, list_node) { in dr_icm_handle_buddies_get_mem()385 err = mlx5dr_buddy_alloc_mem(buddy_mem_pool, in dr_icm_handle_buddies_get_mem()413 *buddy = buddy_mem_pool; in dr_icm_handle_buddies_get_mem()
Completed in 3 milliseconds