Home
last modified time | relevance | path

Searched refs:free_objs (Results 1 – 1 of 1) sorted by relevance

/u-boot/fs/yaffs2/
A Dyaffs_allocator.c51 struct list_head free_objs; member
217 INIT_LIST_HEAD(&allocator->free_objs); in yaffs_init_raw_objs()
238 INIT_LIST_HEAD(&allocator->free_objs); in yaffs_deinit_raw_objs()
274 list_add(&new_objs[i].siblings, &allocator->free_objs); in yaffs_create_free_objs()
300 if (list_empty(&allocator->free_objs)) in yaffs_alloc_raw_obj()
303 if (!list_empty(&allocator->free_objs)) { in yaffs_alloc_raw_obj()
304 lh = allocator->free_objs.next; in yaffs_alloc_raw_obj()
324 list_add(&obj->siblings, &allocator->free_objs); in yaffs_free_raw_obj()

Completed in 6 milliseconds