Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c316 static void zone_free_limit(uma_zone_t zone, int count);
1367 zone_free_limit(zone, bucket->ub_cnt); in bucket_drain()
4164 zone_free_limit(zone, count); in zone_alloc_limit_hard()
4234 zone_free_limit(zone, total + count - max); in zone_alloc_limit_hard()
4272 zone_free_limit(zone, (old + count) - max); in zone_alloc_limit()
4282 zone_free_limit(uma_zone_t zone, int count) in zone_free_limit() function
4375 zone_free_limit(zone, maxbucket - cnt); in zone_alloc_bucket()
4443 zone_free_limit(zone, 1); in zone_alloc_item()
4925 zone_free_limit(zone, 1); in zone_free_item()