Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dpkey-helpers.h201 #define ALIGN_PTR_UP(p, ptr_align_to) \ argument
203 #define ALIGN_PTR_DOWN(p, ptr_align_to) \ argument
/linux-6.12.1/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