Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds