Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_allocator.c246 struct yaffs_obj *new_objs; in yaffs_create_free_objs() local
258 new_objs = kmalloc(n_obj * sizeof(struct yaffs_obj), GFP_NOFS); in yaffs_create_free_objs()
261 if (!new_objs || !list) { in yaffs_create_free_objs()
262 kfree(new_objs); in yaffs_create_free_objs()
263 new_objs = NULL; in yaffs_create_free_objs()
273 list_add(&new_objs[i].siblings, &allocator->free_objs); in yaffs_create_free_objs()
280 list->objects = new_objs; in yaffs_create_free_objs()
/external/python/cpython3/Lib/
Dpyclbr.py389 new_objs = sorted(obj.children.values(),
391 for ob in new_objs:
393 objs.extend(new_objs)