Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/mm/
Dpkey-helpers.h180 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/Linux-v6.6/tools/testing/selftests/net/
Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/Linux-v6.6/lib/zlib_dfltcc/
Ddfltcc.h110 #define ALIGN_UP(p, size) (__typeof__(p))(((uintptr_t)(p) + ((size) - 1)) & ~((size) - 1)) macro