Home
last modified time | relevance | path

Searched refs:__ALIGN_KERNEL (Results 1 – 4 of 4) sorted by relevance

/third_party/iptables/include/linux/
Dkernel.h7 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/third_party/e2fsprogs/lib/ext2fs/
Dcrc32c.c37 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) macro
38 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
/third_party/libnl/include/linux-private/linux/
Dnetlink.h187 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/third_party/iptables/include/linux/netfilter/
Dx_tables.h99 #define XT_ALIGN(s) __ALIGN_KERNEL((s), __alignof__(struct _xt_align))