Home
last modified time | relevance | path

Searched defs:__ALIGN_KERNEL (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/include/uapi/linux/
Dkernel.h10 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/external/kernel-headers/original/uapi/linux/
Dconst.h31 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/external/bpftool/include/uapi/linux/
Dconst.h31 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/external/iptables/include/linux/
Dkernel.h7 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/external/iproute2/tc/
Dm_xt.c42 #define __ALIGN_KERNEL(x, a) \ macro
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c37 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) macro