Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma.h255 #define UMA_ZONE_NOTRIM 0x1000 /* Don't trim this zone */ macro
H A Duma_core.c1225 if ((zone->uz_flags & (UMA_ZONE_UNMANAGED | UMA_ZONE_NOTRIM)) == 0) { in zone_timeout()
5312 (zone->uz_flags & UMA_ZONE_NOTRIM) !=0)
/freebsd/sys/kern/
H A Duipc_ktls.c498 UMA_ZONE_FIRSTTOUCH | UMA_ZONE_NOTRIM); in ktls_init()