Searched refs:zone_reclaim (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_core.c | 1711 zone_reclaim(uma_zone_t zone, int domain, int waitok, bool drain) in zone_reclaim() function 3061 zone_reclaim(zone, UMA_ANYDOMAIN, M_WAITOK, true); in zone_dtor() 5401 zone_reclaim(zone, domain, M_NOWAIT, false); 5404 zone_reclaim(zone, domain, M_NOWAIT, true); 5408 zone_reclaim(zone, domain, M_NOWAIT, true);
|