Searched refs:free_objs (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_allocator.c50 struct list_head free_objs; member in struct:yaffs_allocator
216 INIT_LIST_HEAD(&allocator->free_objs);
237 INIT_LIST_HEAD(&allocator->free_objs);
273 list_add(&new_objs[i].siblings, &allocator->free_objs);
299 if (list_empty(&allocator->free_objs))
302 if (!list_empty(&allocator->free_objs)) {
303 lh = allocator->free_objs.next;
323 list_add(&obj->siblings, &allocator->free_objs);

Completed in 24 milliseconds