Searched refs:obj_pool_used (Results 1 – 1 of 1) sorted by relevance
75 static int obj_pool_used; variable237 obj_pool_used++; in alloc_object()256 obj_pool_used++; in alloc_object()261 if (obj_pool_used > obj_pool_max_used) in alloc_object()262 obj_pool_max_used = obj_pool_used; in alloc_object()374 obj_pool_used--; in __free_object()381 obj_pool_used -= lookahead_count; in __free_object()407 obj_pool_used -= lookahead_count; in __free_object()447 obj_pool_used -= percpu_pool->obj_free; in object_cpu_offline()1040 seq_printf(m, "pool_used :%d\n", obj_pool_used - obj_percpu_free); in debug_stats_show()[all …]