Lines Matching refs:obj_pool_used
78 static int obj_pool_used; variable
239 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()
1376 cnt, obj_pool_used); in debug_objects_replace_static_objects()