TLV_LENGTH         42 include/sound/tlv.h 	(type), TLV_LENGTH(__VA_ARGS__), __VA_ARGS__
TLV_LENGTH        251 include/uapi/linux/tipc_config.h #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
TLV_LENGTH        252 include/uapi/linux/tipc_config.h #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
TLV_LENGTH        280 include/uapi/linux/tipc_config.h 	tlv_len = TLV_LENGTH(len);