Searched refs:free_objs (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/lib/ |
D | debugobjects.c | 51 struct hlist_head free_objs; member 230 obj = __alloc_object(&percpu_pool->free_objs); in alloc_object() 257 &percpu_pool->free_objs); in alloc_object() 301 goto free_objs; in free_obj_work() 320 free_objs: in free_obj_work() 356 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object() 367 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object() 443 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) { in object_cpu_offline() 1378 INIT_HLIST_HEAD(&per_cpu(percpu_obj_pool.free_objs, cpu)); in debug_objects_mem_init()
|
/Linux-v6.1/mm/ |
D | slab.c | 1331 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local 1336 free_objs = n->free_objects; in slab_out_of_memory() 1341 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory() 3897 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; in get_slabinfo() local 3908 free_objs += n->free_objects; in get_slabinfo() 3917 active_objs = num_objs - free_objs; in get_slabinfo()
|