Home
last modified time | relevance | path

Searched defs:ALIGN_PTR_UP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dpkey-helpers.h181 #define ALIGN_PTR_UP(p, ptr_align_to) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dpkey-helpers.h182 #define ALIGN_PTR_UP(p, ptr_align_to) \ macro
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_mmap.c124 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) macro
/kernel/linux/linux-6.6/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)) macro

Completed in 3 milliseconds