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.c317 static void zone_free_limit(uma_zone_t zone, int count);
1368 zone_free_limit(zone, bucket->ub_cnt); in bucket_drain()
4143 zone_free_limit(zone, count); in zone_alloc_limit_hard()
4213 zone_free_limit(zone, total + count - max); in zone_alloc_limit_hard()
4251 zone_free_limit(zone, (old + count) - max); in zone_alloc_limit()
4261 zone_free_limit(uma_zone_t zone, int count) in zone_free_limit() function
4354 zone_free_limit(zone, maxbucket - cnt); in zone_alloc_bucket()
4422 zone_free_limit(zone, 1); in zone_alloc_item()
4904 zone_free_limit(zone, 1); in zone_free_item()