Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c389 l_ptr->stats.msg_length_profile[0]++; in link_timeout()
391 l_ptr->stats.msg_length_profile[1]++; in link_timeout()
393 l_ptr->stats.msg_length_profile[2]++; in link_timeout()
395 l_ptr->stats.msg_length_profile[3]++; in link_timeout()
397 l_ptr->stats.msg_length_profile[4]++; in link_timeout()
399 l_ptr->stats.msg_length_profile[5]++; in link_timeout()
401 l_ptr->stats.msg_length_profile[6]++; in link_timeout()
3142 percent(l_ptr->stats.msg_length_profile[0], profile_total), in tipc_link_stats()
3143 percent(l_ptr->stats.msg_length_profile[1], profile_total), in tipc_link_stats()
3144 percent(l_ptr->stats.msg_length_profile[2], profile_total), in tipc_link_stats()
[all …]
Dlink.h212 u32 msg_length_profile[7]; member