Home
last modified time | relevance | path

Searched refs:TLV_ALIGNTO (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtipc_config.h129 #define TLV_ALIGNTO 4 macro
130 #define TLV_ALIGN(datalen) (((datalen) + (TLV_ALIGNTO - 1)) & ~(TLV_ALIGNTO - 1))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtipc_config.h129 #define TLV_ALIGNTO 4 macro
130 #define TLV_ALIGN(datalen) (((datalen) + (TLV_ALIGNTO - 1)) & ~(TLV_ALIGNTO - 1))
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtipc_config.h253 #define TLV_ALIGNTO 4 macro
255 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
265 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler in TLV_OK()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtipc_config.h249 #define TLV_ALIGNTO 4 macro
251 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
261 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler in TLV_OK()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtipc_config.h118 #define TLV_ALIGNTO 4 macro
119 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))

Completed in 5 milliseconds