Searched refs:sfq_dep_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_sfq.c | 150 static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val) in sfq_dep_head() function 215 q->dep[qlen].next = x; /* sfq_dep_head(q, p)->next = x */ in sfq_link() 216 sfq_dep_head(q, n)->prev = x; in sfq_link() 223 sfq_dep_head(q, p)->next = n; \ 224 sfq_dep_head(q, n)->prev = p; \
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_sfq.c | 150 static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val) in sfq_dep_head() function 215 q->dep[qlen].next = x; /* sfq_dep_head(q, p)->next = x */ in sfq_link() 216 sfq_dep_head(q, n)->prev = x; in sfq_link() 223 sfq_dep_head(q, p)->next = n; \ 224 sfq_dep_head(q, n)->prev = p; \
|
Completed in 3 milliseconds