Searched refs:free_objs (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_allocator.c | 50 struct list_head free_objs; member 216 INIT_LIST_HEAD(&allocator->free_objs); in yaffs_init_raw_objs() 237 INIT_LIST_HEAD(&allocator->free_objs); in yaffs_deinit_raw_objs() 273 list_add(&new_objs[i].siblings, &allocator->free_objs); in yaffs_create_free_objs() 299 if (list_empty(&allocator->free_objs)) in yaffs_alloc_raw_obj() 302 if (!list_empty(&allocator->free_objs)) { in yaffs_alloc_raw_obj() 303 lh = allocator->free_objs.next; in yaffs_alloc_raw_obj() 323 list_add(&obj->siblings, &allocator->free_objs); in yaffs_free_raw_obj()
|
/openbmc/linux/lib/ |
H A D | debugobjects.c | 51 struct hlist_head free_objs; member 227 obj = __alloc_object(&percpu_pool->free_objs); in alloc_object() 254 &percpu_pool->free_objs); in alloc_object() 298 goto free_objs; in free_obj_work() 317 free_objs: in free_obj_work() 353 hlist_add_head(&obj->node, &percpu_pool->free_objs); in __free_object() 364 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object() 441 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) { in object_cpu_offline() 1380 INIT_HLIST_HEAD(&per_cpu(percpu_obj_pool.free_objs, cpu)); in debug_objects_mem_init()
|
/openbmc/phosphor-objmgr/libmapper/ |
H A D | mapper.c | 380 goto free_objs; in mapper_wait_async() 419 free_objs: in mapper_wait_async()
|
/openbmc/linux/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()
|