Searched refs:obj_pool_used (Results 1 – 1 of 1) sorted by relevance
75 static int obj_pool_used; variable236 obj_pool_used++; in alloc_object()255 obj_pool_used++; in alloc_object()260 if (obj_pool_used > obj_pool_max_used) in alloc_object()261 obj_pool_max_used = obj_pool_used; in alloc_object()373 obj_pool_used--; in __free_object()380 obj_pool_used -= lookahead_count; in __free_object()406 obj_pool_used -= lookahead_count; in __free_object()446 obj_pool_used -= percpu_pool->obj_free; in object_cpu_offline()1039 seq_printf(m, "pool_used :%d\n", obj_pool_used - obj_percpu_free); in debug_stats_show()[all …]