Home
last modified time | relevance | path

Searched defs:align_to (Results 1 – 3 of 3) 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)) argument
181 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c2846 static int udma_get_tr_counters(size_t len, unsigned long align_to, in udma_get_tr_counters()