Home
last modified time | relevance | path

Searched defs:ALIGN_DOWN (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/tools/testing/selftests/vm/
Dpkey-helpers.h180 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) macro
/linux-5.10/tools/testing/scatterlist/linux/
Dmm.h36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/linux-5.10/include/linux/
Dkernel.h34 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro