Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
Dpkey-helpers.h199 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
200 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
Duffd-unit-tests.c26 #define ALIGN_UP(x, align_to) \ argument
/tools/testing/selftests/net/
Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument