Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c26 struct list_head hot_list; member
307 INIT_LIST_HEAD(&bucket->hot_list); in dr_icm_bucket_init()
317 list_splice_tail_init(&bucket->hot_list, &bucket->free_list); in dr_icm_bucket_cleanup()
355 list_splice_tail_init(&bucket->hot_list, &bucket->sync_list); in dr_icm_chill_bucket_start()
369 list_splice_tail_init(&bucket->sync_list, &bucket->hot_list); in dr_icm_chill_bucket_abort()
507 list_add_tail(&chunk->chunk_list, &bucket->hot_list); in mlx5dr_icm_free_chunk()