Home
last modified time | relevance | path

Searched refs:ptr_align_to (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h178 #define ALIGN_PTR_UP(p, ptr_align_to) \ argument
179 ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to))
180 #define ALIGN_PTR_DOWN(p, ptr_align_to) \ argument
181 ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to))
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c131 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument