Home
last modified time | relevance | path

Searched defs:__ALIGN_KERNEL (Results 1 – 4 of 4) sorted by relevance

/linux-6.8/tools/include/uapi/linux/ !
Dconst.h31 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) macro
/linux-6.8/include/uapi/linux/ !
Dconst.h31 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) macro
/linux-6.8/tools/firmware/ !
Dihex2fw.c25 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/linux-6.8/tools/testing/scatterlist/linux/ !
Dmm.h33 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro