Searched refs:bucket_cache_reclaim_domain (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_core.c | 295 static bool bucket_cache_reclaim_domain(uma_zone_t, bool, bool, int); 1227 if (bucket_cache_reclaim_domain(zone, false, false, i) && in zone_timeout() 1517 bucket_cache_reclaim_domain(uma_zone_t zone, bool drain, bool trim, int domain) in bucket_cache_reclaim_domain() function 1585 bucket_cache_reclaim_domain(zone, drain, true, domain); in bucket_cache_reclaim() 1588 bucket_cache_reclaim_domain(zone, drain, true, i); in bucket_cache_reclaim()
|