Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c256 l_ptr->stats.msg_length_profile[0]++; in link_timeout()
258 l_ptr->stats.msg_length_profile[1]++; in link_timeout()
260 l_ptr->stats.msg_length_profile[2]++; in link_timeout()
262 l_ptr->stats.msg_length_profile[3]++; in link_timeout()
264 l_ptr->stats.msg_length_profile[4]++; in link_timeout()
266 l_ptr->stats.msg_length_profile[5]++; in link_timeout()
268 l_ptr->stats.msg_length_profile[6]++; in link_timeout()
2892 percent(s->msg_length_profile[0], profile_total), in tipc_link_stats()
2893 percent(s->msg_length_profile[1], profile_total), in tipc_link_stats()
2894 percent(s->msg_length_profile[2], profile_total), in tipc_link_stats()
[all …]
Dlink.h89 u32 msg_length_profile[7]; /* used for msg. length profiling */ member