Lines Matching refs:msg_length_profile
389 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()
3145 percent(l_ptr->stats.msg_length_profile[3], profile_total), in tipc_link_stats()
3146 percent(l_ptr->stats.msg_length_profile[4], profile_total), in tipc_link_stats()
3147 percent(l_ptr->stats.msg_length_profile[5], profile_total), in tipc_link_stats()
3148 percent(l_ptr->stats.msg_length_profile[6], profile_total)); in tipc_link_stats()