Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_qfq.c725 static inline int qfq_gt(u64 a, u64 b) in qfq_gt() function
757 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state()
763 if (qfq_gt(grp->F, next->F)) in qfq_calc_state()
791 if (!qfq_gt(next->F, old_F)) in qfq_unblock_groups()
974 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()
1308 if (!qfq_gt(gr in qfq_schedule_agg()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_qfq.c720 static inline int qfq_gt(u64 a, u64 b) in qfq_gt() function
752 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state()
758 if (qfq_gt(grp->F, next->F)) in qfq_calc_state()
786 if (!qfq_gt(next->F, old_F)) in qfq_unblock_groups()
969 if (qfq_gt(grp->S, q->V)) in qfq_update_eligible()
1048 if (!qfq_gt(agg->F, q->V) || qfq_gt(roundedF, limit)) { in qfq_update_start()
1053 if (qfq_gt(roundedF, next->F)) { in qfq_update_start()
1054 if (qfq_gt(limit, next->F)) in qfq_update_start()
1302 if (!qfq_gt(gr in qfq_schedule_agg()
[all...]

Completed in 5 milliseconds