Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dlink.c264 l_ptr->stats.msg_length_profile[0]++; in link_timeout()
266 l_ptr->stats.msg_length_profile[1]++; in link_timeout()
268 l_ptr->stats.msg_length_profile[2]++; in link_timeout()
270 l_ptr->stats.msg_length_profile[3]++; in link_timeout()
272 l_ptr->stats.msg_length_profile[4]++; in link_timeout()
274 l_ptr->stats.msg_length_profile[5]++; in link_timeout()
276 l_ptr->stats.msg_length_profile[6]++; in link_timeout()
3021 percent(l_ptr->stats.msg_length_profile[0], profile_total), in tipc_link_stats()
3022 percent(l_ptr->stats.msg_length_profile[1], profile_total), in tipc_link_stats()
3023 percent(l_ptr->stats.msg_length_profile[2], profile_total), in tipc_link_stats()
[all …]
Dlink.h210 u32 msg_length_profile[7]; /* used for msg. length profiling */ member