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

/net/tipc/
H A Dlink.c2842 u32 profile_total = 0; local
2882 profile_total = s->msg_length_counts;
2883 if (!profile_total)
2884 profile_total = 1;
2891 s->msg_lengths_total / profile_total,
2892 percent(s->msg_length_profile[0], profile_total),
2893 percent(s->msg_length_profile[1], profile_total),
2894 percent(s->msg_length_profile[2], profile_total),
2895 percent(s->msg_length_profile[3], profile_total),
2896 percent(s->msg_length_profile[4], profile_total),
[all...]

Completed in 31 milliseconds