Lines Matching refs:obj_pool_used
78 static int obj_pool_used; variable
243 obj_pool_used++; in alloc_object()
262 obj_pool_used++; in alloc_object()
267 if (obj_pool_used > obj_pool_max_used) in alloc_object()
268 obj_pool_max_used = obj_pool_used; in alloc_object()
380 obj_pool_used--; in __free_object()
387 obj_pool_used -= lookahead_count; in __free_object()
413 obj_pool_used -= lookahead_count; in __free_object()
453 obj_pool_used -= percpu_pool->obj_free; in object_cpu_offline()
1045 seq_printf(m, "pool_used :%d\n", obj_pool_used - obj_percpu_free); in debug_stats_show()
1355 cnt, obj_pool_used); in debug_objects_replace_static_objects()