Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c293 #define FD_ALLOC_INCR 32 /* allocate this many fd_map structs */ macro
4382 (FD_ALLOC_INCR + cache_size)); in alloc_fdcache()
4390 cache_size += FD_ALLOC_INCR; in alloc_fdcache()
4392 for (cp = &cache[cache_size - FD_ALLOC_INCR]; in alloc_fdcache()
4397 free_slot = &cache[cache_size - FD_ALLOC_INCR]; in alloc_fdcache()