Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c53 struct yaffs_obj_list *allocated_obj_list; member
215 allocator->allocated_obj_list = NULL; in yaffs_init_raw_objs()
230 while (allocator->allocated_obj_list) { in yaffs_deinit_raw_objs()
231 tmp = allocator->allocated_obj_list->next; in yaffs_deinit_raw_objs()
232 kfree(allocator->allocated_obj_list->objects); in yaffs_deinit_raw_objs()
233 kfree(allocator->allocated_obj_list); in yaffs_deinit_raw_objs()
234 allocator->allocated_obj_list = tmp; in yaffs_deinit_raw_objs()
281 list->next = allocator->allocated_obj_list; in yaffs_create_free_objs()
282 allocator->allocated_obj_list = list; in yaffs_create_free_objs()