Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c314 static void zone_free_limit(uma_zone_t zone, int count);
1165 zone_free_limit(zone, bucket->ub_cnt); in bucket_drain()
3858 zone_free_limit(zone, count); in zone_alloc_limit_hard()
3928 zone_free_limit(zone, total + count - max); in zone_alloc_limit_hard()
3966 zone_free_limit(zone, (old + count) - max); in zone_alloc_limit()
3976 zone_free_limit(uma_zone_t zone, int count) in zone_free_limit() function
4064 zone_free_limit(zone, maxbucket - cnt); in zone_alloc_bucket()
4127 zone_free_limit(zone, 1); in zone_alloc_item()
4600 zone_free_limit(zone, 1); in zone_free_item()