Searched refs:obj_pool_used (Results 1 – 1 of 1) sorted by relevance
78 static int obj_pool_used; variable239 obj_pool_used++; in alloc_object()258 obj_pool_used++; in alloc_object()263 if (obj_pool_used > obj_pool_max_used) in alloc_object()264 obj_pool_max_used = obj_pool_used; in alloc_object()376 obj_pool_used--; in __free_object()383 obj_pool_used -= lookahead_count; in __free_object()409 obj_pool_used -= lookahead_count; in __free_object()449 obj_pool_used -= percpu_pool->obj_free; in object_cpu_offline()1066 seq_printf(m, "pool_used :%d\n", obj_pool_used - obj_percpu_free); in debug_stats_show()[all …]