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()
4181 zone_free_limit(zone, count); in zone_alloc_limit_hard()
4251 zone_free_limit(zone, total + count - max); in zone_alloc_limit_hard()
4289 zone_free_limit(zone, (old + count) - max); in zone_alloc_limit()
4299 zone_free_limit(uma_zone_t zone, int count) in zone_free_limit() function
4392 zone_free_limit(zone, maxbucket - cnt); in zone_alloc_bucket()
4460 zone_free_limit(zone, 1); in zone_alloc_item()
4942 zone_free_limit(zone, 1); in zone_free_item()