Searched refs:UMA_ZONE_ZINIT (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/uma/smrstress/ |
H A D | smrstress.c | 192 UMA_ZONE_SMR | UMA_ZONE_ZINIT); in smrs_init()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_slab.c | 128 align, UMA_ZONE_ZINIT); in linux_kmem_cache_create()
|
/freebsd/sys/vm/ |
H A D | uma.h | 238 #define UMA_ZONE_ZINIT 0x0002 /* Initialize with zeros */ macro
|
H A D | uma_core.c | 2499 if (arg->flags & UMA_ZONE_ZINIT) in keg_ctor() 3352 if ((!(flags & (UMA_ZONE_ZINIT | UMA_ZONE_NOTOUCH | in uma_zcreate()
|
/freebsd/tools/tools/umastat/ |
H A D | umastat.c | 121 { UMA_ZONE_ZINIT, "zinit" },
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 2761 NULL, NULL, NULL, NULL, CACHE_ZONE_ALIGNMENT, UMA_ZONE_ZINIT); in nchinit() 2763 NULL, NULL, NULL, NULL, CACHE_ZONE_ALIGNMENT, UMA_ZONE_ZINIT); in nchinit() 2765 NULL, NULL, NULL, NULL, CACHE_ZONE_ALIGNMENT, UMA_ZONE_ZINIT); in nchinit() 2767 NULL, NULL, NULL, NULL, CACHE_ZONE_ALIGNMENT, UMA_ZONE_ZINIT); in nchinit()
|
/freebsd/sys/opencrypto/ |
H A D | crypto.c | 306 UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in crypto_init()
|