Searched defs:ALIGN_DOWN (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dalign.h9 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/linux-master/tools/include/linux/
H A Dmm.h15 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/linux-master/tools/testing/selftests/mm/
H A Dpkey-helpers.h181 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) macro

Completed in 177 milliseconds