Searched refs:drop_count (Results 1 – 10 of 10) sorted by relevance
258 prev_drop_count = q->cstats.drop_count; in fq_codel_dequeue()264 flow->dropped += q->cstats.drop_count - prev_drop_count; in fq_codel_dequeue()280 if (q->cstats.drop_count && sch->q.qlen) { in fq_codel_dequeue()281 qdisc_tree_decrease_qlen(sch, q->cstats.drop_count); in fq_codel_dequeue()282 q->cstats.drop_count = 0; in fq_codel_dequeue()351 q->cstats.drop_count++; in fq_codel_change()353 qdisc_tree_decrease_qlen(sch, q->cstats.drop_count); in fq_codel_change()354 q->cstats.drop_count = 0; in fq_codel_change()
85 if (q->stats.drop_count && sch->q.qlen) { in codel_qdisc_dequeue()86 qdisc_tree_decrease_qlen(sch, q->stats.drop_count); in codel_qdisc_dequeue()87 q->stats.drop_count = 0; in codel_qdisc_dequeue()
661 int err, drop_count = 0; in fq_change() local737 drop_count++; in fq_change()739 qdisc_tree_decrease_qlen(sch, drop_count); in fq_change()
167 u32 drop_count; member305 stats->drop_count++;327 stats->drop_count++;
1512 int drop_count = 0, task_count = 0, ret; in futex_requeue() local1615 drop_count++; in futex_requeue()1716 drop_count++; in futex_requeue()1726 drop_count++; in futex_requeue()1740 while (--drop_count >= 0) in futex_requeue()
537 __u32 drop_count; member
801 the_lnet.ln_counters[cpt]->drop_count++; in lnet_post_send_locked()1357 the_lnet.ln_counters[cpt]->drop_count++; in lnet_drop_message()2212 the_lnet.ln_counters[cpt]->drop_count++; in lnet_create_reply_msg()
341 counters->drop_count += ctr->drop_count; in lnet_counters_get()
145 ctrs->route_count, ctrs->drop_count, in __proc_lnet_stats()
95 __swab32s(&(lc).drop_count); \