Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
A Dpkey-helpers.h176 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
177 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
A Duffd-unit-tests.c26 #define ALIGN_UP(x, align_to) \ argument
27 ((__typeof__(x))((((unsigned long)(x)) + ((align_to)-1)) & ~((align_to)-1)))
/tools/testing/selftests/net/
A Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument

Completed in 9 milliseconds