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

/netbsd-current/external/bsd/nsd/dist/
H A Dregion-allocator.c70 size_t maximum_cleanup_count; member in struct:region
113 result->maximum_cleanup_count = initial_cleanup_count;
116 result->maximum_cleanup_count * sizeof(cleanup_type));
215 if (region->cleanup_count >= region->maximum_cleanup_count) {
217 2 * region->maximum_cleanup_count * sizeof(cleanup_type));
226 region->maximum_cleanup_count *= 2;

Completed in 169 milliseconds