Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h236 #define UMA_SUPER_ALIGN (CACHE_LINE_SIZE * 2) macro
238 #define UMA_SUPER_ALIGN CACHE_LINE_SIZE macro
241 #define UMA_ALIGN __attribute__((__aligned__(UMA_SUPER_ALIGN)))
/f-stack/freebsd/vm/
H A Duma_int.h233 #define UMA_SUPER_ALIGN (CACHE_LINE_SIZE * 2) macro
235 #define UMA_SUPER_ALIGN CACHE_LINE_SIZE macro
238 #define UMA_ALIGN __aligned(UMA_SUPER_ALIGN)
H A Duma_core.c2903 ksize = roundup(ksize, UMA_SUPER_ALIGN); in uma_startup1()
2907 zsize = roundup(zsize, UMA_SUPER_ALIGN); in uma_startup1()
2932 args.align = UMA_SUPER_ALIGN - 1; in uma_startup1()
2943 args.align = UMA_SUPER_ALIGN - 1; in uma_startup1()