Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h298 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */ macro
/f-stack/freebsd/vm/
H A Duma.h298 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */ macro
/f-stack/freebsd/kern/
H A Dvfs_cache.c182 #define CACHE_ZONE_ALIGNMENT UMA_ALIGNOF(time_t)