Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h180 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc.h110 #define ALIGN_UP(p, size) (__typeof__(p))(((uintptr_t)(p) + ((size) - 1)) & ~((size) - 1)) macro
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c55 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m)) macro
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c83 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m)) macro