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

/freebsd-13-stable/sys/vm/
H A Duma_core.c316 static int zone_alloc_limit(uma_zone_t zone, int count, int flags);
3985 zone_alloc_limit(uma_zone_t zone, int count, int flags) function
4056 maxbucket = zone_alloc_limit(zone, zone->uz_bucket_size,
4130 if (zone->uz_max_items > 0 && zone_alloc_limit(zone, 1, flags) == 0) {

Completed in 110 milliseconds