Searched defs:align_to (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| D | pkey-helpers.h | 180 #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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
| D | pkey-helpers.h | 179 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument 180 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | tcp_mmap.c | 123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | tcp_mmap.c | 130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
|
| /kernel/linux/linux-5.10/drivers/dma/ti/ |
| D | k3-udma.c | 1989 static int udma_get_tr_counters(size_t len, unsigned long align_to, in udma_get_tr_counters()
|
| /kernel/linux/linux-6.6/drivers/dma/ti/ |
| D | k3-udma.c | 2846 static int udma_get_tr_counters(size_t len, unsigned long align_to, in udma_get_tr_counters()
|