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

/linux-master/include/linux/
H A Dalign.h11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro

Completed in 282 milliseconds