Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c51 int n_free_objects; member
217 allocator->n_free_objects = 0; in yaffs_init_raw_objs()
238 allocator->n_free_objects = 0; in yaffs_deinit_raw_objs()
275 allocator->n_free_objects += n_obj; in yaffs_create_free_objs()
306 allocator->n_free_objects--; in yaffs_alloc_raw_obj()
324 allocator->n_free_objects++; in yaffs_free_raw_obj()