Searched refs:profile_total (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.c2967 u32 profile_total = 0; local
3005 profile_total = l_ptr->stats.msg_length_counts;
3006 if (!profile_total)
3007 profile_total = 1;
3012 l_ptr->stats.msg_lengths_total / profile_total,
3013 percent(l_ptr->stats.msg_length_profile[0], profile_total),
3014 percent(l_ptr->stats.msg_length_profile[1], profile_total),
3015 percent(l_ptr->stats.msg_length_profile[2], profile_total),
3016 percent(l_ptr->stats.msg_length_profile[3], profile_total),
3017 percent(l_ptr->stats.msg_length_profile[4], profile_total),
[all...]

Completed in 47 milliseconds