Searched refs:qfq_class (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_qfq.c | 130 struct qfq_class { struct 207 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) in qfq_find_class() 215 return container_of(clc, struct qfq_class, common); in qfq_find_class() 319 struct qfq_class *cl) in qfq_add_to_agg() 326 if (list_first_entry(&agg->active, struct qfq_class, alist) == in qfq_add_to_agg() 347 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class() 358 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg() 371 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg() 380 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg() 408 struct qfq_class *c in qfq_change_class() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_qfq.c | 130 struct qfq_class { struct 205 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) in qfq_find_class() 213 return container_of(clc, struct qfq_class, common); in qfq_find_class() 317 struct qfq_class *cl) in qfq_add_to_agg() 324 if (list_first_entry(&agg->active, struct qfq_class, alist) == in qfq_add_to_agg() 345 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class() 356 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg() 369 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg() 378 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg() 406 struct qfq_class *c in qfq_change_class() [all...] |
Completed in 3 milliseconds