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

/freebsd-13-stable/sys/vm/
H A Duma_core.c484 if ((zone->uz_flags & UMA_ZFLAG_BUCKET) == 0)
485 udata = (void *)(uintptr_t)zone->uz_flags;
524 if ((zone->uz_flags & UMA_ZFLAG_BUCKET) == 0)
525 udata = (void *)(uintptr_t)zone->uz_flags;
656 if ((zone->uz_flags & UMA_ZONE_SMR) != 0 &&
1025 if ((zone->uz_flags & UMA_ZFLAG_HASH) == 0)
1076 (zone->uz_flags & UMA_ZFLAG_CACHE) == 0)
1199 if ((zone->uz_flags & UMA_ZONE_SMR) != 0 &&
1249 if ((zone->uz_flags & UMA_ZONE_SMR) != 0)
1274 if (zone->uz_flags
3270 item_ctor(uma_zone_t zone, int uz_flags, int size, void *udata, int flags, void *item) argument
3415 int size, uz_flags; local
4182 int itemdomain, uz_flags; local
4230 int itemdomain, uz_flags; local
[all...]
H A Dmemguard.c494 zone->uz_flags & UMA_ZONE_NOFREE)
H A Duma_int.h463 uint32_t uz_flags; /* Flags inherited from kegs */

Completed in 125 milliseconds