Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h163 #define UMA_ZFLAG_LIMIT 0x02000000 /* Zone has limit set. */ macro
/f-stack/freebsd/vm/
H A Duma_int.h163 #define UMA_ZFLAG_LIMIT 0x02000000 /* Zone has limit set. */ macro
H A Duma_core.c4220 if (__predict_false(uz_flags & UMA_ZFLAG_LIMIT)) { in uma_zfree_arg()
4621 zone->uz_flags |= UMA_ZFLAG_LIMIT; in uma_zone_set_max()
4889 keg->uk_flags |= UMA_ZFLAG_LIMIT | UMA_ZONE_NOFREE;
4890 zone->uz_flags |= UMA_ZFLAG_LIMIT | UMA_ZONE_NOFREE;