Searched refs:bucket_cache_reclaim_domain (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Duma_core.c295 static bool bucket_cache_reclaim_domain(uma_zone_t, bool, bool, int);
1075 if (bucket_cache_reclaim_domain(zone, false, false, i) &&
1361 bucket_cache_reclaim_domain(uma_zone_t zone, bool drain, bool trim, int domain) function
1429 bucket_cache_reclaim_domain(zone, drain, true, domain);
1432 bucket_cache_reclaim_domain(zone, drain, true, i);

Completed in 51 milliseconds