Searched refs:zone_alloc_limit (Results 1 – 1 of 1) sorted by relevance
316 static int zone_alloc_limit(uma_zone_t zone, int count, int flags);4266 zone_alloc_limit(uma_zone_t zone, int count, int flags) in zone_alloc_limit() function4337 maxbucket = zone_alloc_limit(zone, zone->uz_bucket_size, in zone_alloc_bucket()4416 if (zone->uz_max_items > 0 && zone_alloc_limit(zone, 1, flags) == 0) { in zone_alloc_item()