Searched refs:stats_ (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/contrib/altq/altq/ |
| HD | altq_cbq.c | 152 cl->stats_.handle == chandle) in clh_to_clp() 156 cl->stats_.handle == chandle) in clh_to_clp() 217 statsp->xmit_cnt = cl->stats_.xmit_cnt; in get_class_stats() 218 statsp->drop_cnt = cl->stats_.drop_cnt; in get_class_stats() 219 statsp->over = cl->stats_.over; in get_class_stats() 220 statsp->borrows = cl->stats_.borrows; in get_class_stats() 221 statsp->overactions = cl->stats_.overactions; in get_class_stats() 222 statsp->delays = cl->stats_.delays; in get_class_stats() 410 cl->stats_.handle = a->qid; in cbq_add_queue() 411 cl->stats_.depth = cl->depth_; in cbq_add_queue() [all …]
|
| HD | altq_rmclass.c | 804 CBQTRACE(rmc_queue_packet, 'ytpe', cl->stats_.handle); in rmc_queue_packet() 1276 PKTCNTR_ADD(&cl->stats_.xmit_cnt, pktlen); in rmc_update_class_util() 1347 CBQTRACE(rmc_update_class_util, 'milo', cl->stats_.handle); in rmc_update_class_util() 1360 ++cl->stats_.over; in rmc_update_class_util() 1373 ++cl->stats_.borrows; in rmc_update_class_util() 1383 PKTCNTR_ADD(&cl->stats_.xmit_cnt, pktlen); in rmc_update_class_util() 1492 cl->stats_.overactions++; in rmc_delay_action() 1499 CBQTRACE(rmc_delay_action, 'yled', cl->stats_.handle); in rmc_delay_action() 1524 cl->stats_.delays++; in rmc_delay_action() 1582 CBQTRACE(rmc_restart, 'trts', cl->stats_.handle); in rmc_restart()
|
| HD | altq_rmclass.h | 177 rm_class_stats_t stats_; /* Class Statistics */ member
|