Searched defs:PTR_ALIGN (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h136 #undef PTR_ALIGN macro
137 #define PTR_ALIGN(p, a) ((__typeof(p))ALIGN((uintptr_t)(p), (a))) macro

Completed in 101 milliseconds