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

/linux-master/tools/include/linux/
H A Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux-master/include/linux/
H A Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
H A Dlinkage.h103 #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/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
[all...]
/linux-master/tools/perf/util/include/linux/
H A Dlinkage.h31 #define ALIGN __ALIGN 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
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux-master/tools/hv/
H A Dvmbus_bufring.c31 #define ALIGN(val, align) ((typeof(val))((val) & (~((typeof(val))((align) - 1))))) macro
/linux-master/tools/virtio/
H A Dvringh_test.c25 #define ALIGN 4096 macro
[all...]
/linux-master/scripts/dtc/
H A Ddtc.h105 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro

Completed in 144 milliseconds