Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dpkey-helpers.h199 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
Duffd-unit-tests.c25 #define ALIGN_UP(x, align_to) \ macro
/linux-6.12.1/tools/testing/selftests/net/
Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/linux-6.12.1/lib/zlib_dfltcc/
Ddfltcc.h111 #define ALIGN_UP(p, size) (__typeof__(p))(((uintptr_t)(p) + ((size) - 1)) & ~((size) - 1)) macro