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

/freebsd-10.0-release/sys/vm/
H A Duma_core.c371 if ((zone->uz_flags & UMA_ZFLAG_BUCKET) == 0)
372 udata = (void *)(uintptr_t)zone->uz_flags;
397 if ((zone->uz_flags & UMA_ZFLAG_BUCKET) == 0)
398 udata = (void *)(uintptr_t)zone->uz_flags;
798 while (zone->uz_flags & UMA_ZFLAG_DRAINING) {
805 zone->uz_flags |= UMA_ZFLAG_DRAINING;
815 zone->uz_flags &= ~UMA_ZFLAG_DRAINING;
1464 zone->uz_flags = 0;
1477 zone->uz_flags = arg->flags;
1498 zone->uz_flags |
[all...]
H A Duma_dbg.c204 if (zone->uz_flags & UMA_ZONE_VTOSLAB) {
H A Duma_int.h296 uint32_t uz_flags; /* Flags inherited from kegs */ member in struct:uma_zone
H A Dmemguard.c508 zone->uz_flags & UMA_ZONE_NOFREE)

Completed in 113 milliseconds