Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h334 extern int uma_align_cache;
335 #define dma_get_cache_alignment() uma_align_cache
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c64 extern int uma_align_cache;
/freebsd-13.1/sys/vm/
H A Duma_core.c154 int uma_align_cache = 64 - 1; variable
3178 args.align = (align == UMA_ALIGN_CACHE) ? uma_align_cache : align; in uma_kcreate()
3191 uma_align_cache = align; in uma_set_align()