Searched refs:obj_pool_used (Results 1 – 1 of 1) sorted by relevance
75 static int obj_pool_used; variable240 obj_pool_used++; in alloc_object()259 obj_pool_used++; in alloc_object()264 if (obj_pool_used > obj_pool_max_used) in alloc_object()265 obj_pool_max_used = obj_pool_used; in alloc_object()377 obj_pool_used--; in __free_object()384 obj_pool_used -= lookahead_count; in __free_object()410 obj_pool_used -= lookahead_count; in __free_object()450 obj_pool_used -= percpu_pool->obj_free; in object_cpu_offline()1047 seq_printf(m, "pool_used :%d\n", obj_pool_used - obj_percpu_free); in debug_stats_show()[all …]