Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 12 of 12) sorted by relevance

/linux/tools/include/linux/
H A Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.h8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) macro
/linux/include/linux/
H A Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux/tools/testing/selftests/mm/
H A Dmigration.c21 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
H A Dhmm-tests.c58 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
/linux/tools/perf/util/include/linux/
H A Dlinkage.h31 #define ALIGN __ALIGN macro
/linux/tools/firmware/
H A Dihex2fw.c26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux/tools/virtio/ringtest/
H A Dptr_ring.c18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux/tools/virtio/
H A Dvringh_test.c25 #define ALIGN 4096 macro
/linux/scripts/dtc/
H A Ddtc.h105 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/linux/fs/xfs/
H A Dxfs_mount.h441 __XFS_HAS_V4_FEAT(align, ALIGN) in __XFS_HAS_V4_FEAT() argument