Searched refs:free_objs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | debugobjects.c | 54 struct hlist_head free_objs; member 229 obj = __alloc_object(&percpu_pool->free_objs); in alloc_object() 256 &percpu_pool->free_objs); in alloc_object() 300 goto free_objs; in free_obj_work() 319 free_objs: in free_obj_work() 355 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object() 366 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() 1371 INIT_HLIST_HEAD(&per_cpu(percpu_obj_pool.free_objs, cpu)); in debug_objects_mem_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | debugobjects.c | 51 struct hlist_head free_objs; member 226 obj = __alloc_object(&percpu_pool->free_objs); in alloc_object() 253 &percpu_pool->free_objs); in alloc_object() 297 goto free_objs; in free_obj_work() 316 free_objs: in free_obj_work() 352 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object() 363 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object() 440 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) { in object_cpu_offline() 1379 INIT_HLIST_HEAD(&per_cpu(percpu_obj_pool.free_objs, cpu)); in debug_objects_mem_init()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 1345 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local 1350 free_objs = n->free_objects; in slab_out_of_memory() 1355 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory() 4010 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; in get_slabinfo() local 4021 free_objs += n->free_objects; in get_slabinfo() 4030 active_objs = num_objs - free_objs; in get_slabinfo()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 1324 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local 1329 free_objs = n->free_objects; in slab_out_of_memory() 1334 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory() 3870 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; in get_slabinfo() local 3881 free_objs += n->free_objects; in get_slabinfo() 3890 active_objs = num_objs - free_objs; in get_slabinfo()
|
Completed in 17 milliseconds