Home
last modified time | relevance | path

Searched refs:hot_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c301 list_for_each_entry_safe(chunk, next, &buddy->hot_list, chunk_list) in dr_icm_buddy_destroy()
375 list_for_each_entry_safe(chunk, tmp_chunk, &buddy->hot_list, chunk_list) { in dr_icm_pool_sync_all_buddy_pools()
475 list_move_tail(&chunk->chunk_list, &buddy->hot_list); in mlx5dr_icm_free_chunk()
Ddr_buddy.c19 INIT_LIST_HEAD(&buddy->hot_list); in mlx5dr_buddy_init()
Dmlx5dr.h175 struct list_head hot_list; member