Searched refs:FD_ALLOC_INCR (Results 1 – 1 of 1) sorted by relevance
293 #define FD_ALLOC_INCR 32 /* allocate this many fd_map structs */ macro4382 (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()