hot_list_count     27 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	unsigned int hot_list_count;
hot_list_count    338 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 		hot_size += pool->buckets[chunk_order].hot_list_count *
hot_list_count    350 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	if (bytes_for_sync < DR_ICM_SYNC_THRESHOLD || !bucket->hot_list_count)
hot_list_count    359 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	bucket->sync_list_count += bucket->hot_list_count;
hot_list_count    360 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	bucket->hot_list_count = 0;
hot_list_count    373 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	bucket->hot_list_count += bucket->sync_list_count;
hot_list_count    511 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c 	bucket->hot_list_count++;