Searched refs:queue_sz_counts (Results 1 – 3 of 3) sorted by relevance
95 u32 queue_sz_counts; /* used for send queue size profiling */ member
373 bcl->stats.queue_sz_counts++; in tipc_bclink_xmit()754 {TIPC_NLA_STATS_AVG_QUEUE, stats->queue_sz_counts ? in __tipc_nl_add_bc_link_stat()755 (stats->accu_queue_sz / stats->queue_sz_counts) : 0} in __tipc_nl_add_bc_link_stat()
168 l_ptr->stats.queue_sz_counts++; in link_timeout()1990 {TIPC_NLA_STATS_AVG_QUEUE, s->queue_sz_counts ? in __tipc_nl_add_stats()1991 (s->accu_queue_sz / s->queue_sz_counts) : 0} in __tipc_nl_add_stats()