Home
last modified time | relevance | path

Searched refs:__tt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/thermal/
H A Dcommands.c115 struct thermal_trip *__tt = NULL; in parse_tz_get_trip() local
125 __tt = realloc(__tt, sizeof(*__tt) * (size + 2)); in parse_tz_get_trip()
126 if (!__tt) in parse_tz_get_trip()
129 __tt[size - 1].id = nla_get_u32(attr); in parse_tz_get_trip()
133 __tt[size - 1].type = nla_get_u32(attr); in parse_tz_get_trip()
136 __tt[size - 1].temp = nla_get_u32(attr); in parse_tz_get_trip()
139 __tt[size - 1].hyst = nla_get_u32(attr); in parse_tz_get_trip()
142 if (__tt) in parse_tz_get_trip()
143 __tt[size].id = -1; in parse_tz_get_trip()
145 tz->trip = __tt; in parse_tz_get_trip()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__type_traits.hpp34 namespace __tt namespace
47 using __decay_t = typename __tt::__decay_<sizeof(__tt::__wrap<_Ty>*) ==
57 namespace __tt namespace
137 using __decay_t = typename decltype(__tt::__mdecay<_Ty>)::template __f<_Ty>;
202 namespace __tt namespace
210 decltype(__tt::__remove_rvalue_reference_fn(__declval<_Ty>()));