Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h176 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
H A Duffd-unit-tests.c26 #define ALIGN_UP(x, align_to) \ macro
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/linux/tools/testing/selftests/drivers/net/hw/
H A Diou-zcrx.c56 #define ALIGN_UP(v, align) (((v) + (align) - 1) & ~((align) - 1)) macro