Searched refs:qfq_gt (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/net/sched/ |
| D | sch_qfq.c | 730 static inline int qfq_gt(u64 a, u64 b) in qfq_gt() function 762 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state() 768 if (qfq_gt(grp->F, next->F)) in qfq_calc_state() 796 if (!qfq_gt(next->F, old_F)) in qfq_unblock_groups() 979 if (qfq_gt(grp->S, q->V)) in qfq_update_eligible() 1053 if (!qfq_gt(agg->F, q->V) || qfq_gt(roundedF, limit)) { in qfq_update_start() 1058 if (qfq_gt(roundedF, next->F)) { in qfq_update_start() 1059 if (qfq_gt(limit, next->F)) in qfq_update_start() 1297 if (!qfq_gt(grp->S, agg->S)) in qfq_schedule_agg() 1305 } else if (!q->bitmaps[ER] && qfq_gt(roundedS, q->V) && in qfq_schedule_agg()
|