Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/mm/
Dpkey-helpers.h182 #define ALIGN_PTR_UP(p, ptr_align_to) \ argument
183 ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to))
184 #define ALIGN_PTR_DOWN(p, ptr_align_to) \ argument
185 ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to))
/Linux-v6.6/tools/testing/selftests/net/
Dtcp_mmap.c131 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument