Searched refs:free_objs (Results 1 – 1 of 1) sorted by relevance
50 struct list_head free_objs; member216 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()