Home
last modified time | relevance | path

Searched refs:align_to (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dpkey-helpers.h179 #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
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_mmap.c123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma.c1989 static int udma_get_tr_counters(size_t len, unsigned long align_to, in udma_get_tr_counters() argument
1999 if (align_to > 3) in udma_get_tr_counters()
2000 align_to = 3; in udma_get_tr_counters()
2003 *tr0_cnt0 = SZ_64K - BIT(align_to); in udma_get_tr_counters()
2005 if (align_to) { in udma_get_tr_counters()
2006 align_to--; in udma_get_tr_counters()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/tzcode/
H A D0001-Fix-C23-related-conformance-bug.patch192 align_to(ptrdiff_t size, ptrdiff_t alignment)