Searched refs:newObjects (Results 1 – 2 of 2) sorted by relevance
521 [concat $options $extraObjOptions] newObjects]} {524 set objects [concat $objects $newObjects]
1301 yaffs_Object *newObjects; in yaffs_CreateFreeObjects() local1308 newObjects = YMALLOC(nObjects * sizeof(yaffs_Object)); in yaffs_CreateFreeObjects()1310 if (!newObjects) { in yaffs_CreateFreeObjects()1318 newObjects[i].siblings.next = in yaffs_CreateFreeObjects()1319 (struct list_head *)(&newObjects[i + 1]); in yaffs_CreateFreeObjects()1322 newObjects[nObjects - 1].siblings.next = (void *)dev->freeObjects; in yaffs_CreateFreeObjects()1323 dev->freeObjects = newObjects; in yaffs_CreateFreeObjects()1334 list->objects = newObjects; in yaffs_CreateFreeObjects()