Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dalign.h12 #define PTR_ALIGN_DOWN(p, a) ((typeof(p))ALIGN_DOWN((unsigned long)(p), (a))) macro
/kernel/linux/linux-5.10/include/linux/
Dkernel.h38 #define PTR_ALIGN_DOWN(p, a) ((typeof(p))ALIGN_DOWN((unsigned long)(p), (a))) macro