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

/linux-master/net/sched/
H A Dsch_htb.c116 struct gnet_stats_basic_sync bstats_bias; member in struct:htb_class
1308 bytes += u64_stats_read(&c->bstats_bias.bytes);
1309 packets += u64_stats_read(&c->bstats_bias.packets);
1345 u64_stats_read(&cl->bstats_bias.bytes),
1346 u64_stats_read(&cl->bstats_bias.packets));
1566 _bstats_update(&cl->parent->bstats_bias,
1851 gnet_stats_basic_sync_init(&cl->bstats_bias);
1930 _bstats_update(&parent->bstats_bias,

Completed in 124 milliseconds