Lines Matching refs:active_entries_count
18 atomic_t active_entries_count; member
25 atomic_t active_entries_count; member
49 return atomic_read(&sub_pool->active_entries_count); in mlxsw_sp_counter_sub_pool_occ_get()
83 atomic_set(&sub_pool->active_entries_count, 0); in mlxsw_sp_counter_sub_pools_init()
107 WARN_ON(atomic_read(&sub_pool->active_entries_count)); in mlxsw_sp_counter_sub_pools_fini()
117 return atomic_read(&pool->active_entries_count); in mlxsw_sp_counter_pool_occ_get()
136 atomic_set(&pool->active_entries_count, 0); in mlxsw_sp_counter_pool_init()
175 WARN_ON(atomic_read(&pool->active_entries_count)); in mlxsw_sp_counter_pool_fini()
214 atomic_add(sub_pool->entry_size, &sub_pool->active_entries_count); in mlxsw_sp_counter_alloc()
215 atomic_add(sub_pool->entry_size, &pool->active_entries_count); in mlxsw_sp_counter_alloc()
238 atomic_sub(sub_pool->entry_size, &sub_pool->active_entries_count); in mlxsw_sp_counter_free()
239 atomic_sub(sub_pool->entry_size, &pool->active_entries_count); in mlxsw_sp_counter_free()