Searched refs:new_objs (Results 1 – 1 of 1) sorted by relevance
247 struct yaffs_obj *new_objs; in yaffs_create_free_objs() local259 new_objs = kmalloc(n_obj * sizeof(struct yaffs_obj), GFP_NOFS); in yaffs_create_free_objs()262 if (!new_objs || !list) { in yaffs_create_free_objs()263 kfree(new_objs); in yaffs_create_free_objs()264 new_objs = NULL; in yaffs_create_free_objs()274 list_add(&new_objs[i].siblings, &allocator->free_objs); in yaffs_create_free_objs()281 list->objects = new_objs; in yaffs_create_free_objs()
Completed in 3 milliseconds