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

/linux-master/include/linux/
H A Dalign.h12 #define PTR_ALIGN_DOWN(p, a) ((typeof(p))ALIGN_DOWN((unsigned long)(p), (a))) macro

Completed in 89 milliseconds