Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c78 u32 msg_length_profile[7]; /* used for msg. length profiling */ member
777 l->stats.msg_length_profile[0]++; in link_profile_stats()
779 l->stats.msg_length_profile[1]++; in link_profile_stats()
781 l->stats.msg_length_profile[2]++; in link_profile_stats()
783 l->stats.msg_length_profile[3]++; in link_profile_stats()
785 l->stats.msg_length_profile[4]++; in link_profile_stats()
787 l->stats.msg_length_profile[5]++; in link_profile_stats()
789 l->stats.msg_length_profile[6]++; in link_profile_stats()
2615 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]}, in __tipc_nl_add_stats()
2616 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[ in __tipc_nl_add_stats()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c78 u32 msg_length_profile[7]; /* used for msg. length profiling */ member
812 l->stats.msg_length_profile[0]++; in link_profile_stats()
814 l->stats.msg_length_profile[1]++; in link_profile_stats()
816 l->stats.msg_length_profile[2]++; in link_profile_stats()
818 l->stats.msg_length_profile[3]++; in link_profile_stats()
820 l->stats.msg_length_profile[4]++; in link_profile_stats()
822 l->stats.msg_length_profile[5]++; in link_profile_stats()
824 l->stats.msg_length_profile[6]++; in link_profile_stats()
2651 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]}, in __tipc_nl_add_stats()
2652 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[ in __tipc_nl_add_stats()
[all...]

Completed in 8 milliseconds