Searched defs:ALIGN (Results 1 - 12 of 12) sorted by last modified time

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

Completed in 195 milliseconds