net/sched/sch_sfq.c
119
sfq_index *ht; /* Hash table ('divisor' slots) */
net/sched/sch_sfq.c
143
static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val)
net/sched/sch_sfq.c
196
static inline void sfq_link(struct sfq_sched_data *q, sfq_index x)
net/sched/sch_sfq.c
198
sfq_index p, n;
net/sched/sch_sfq.c
221
static inline void sfq_dec(struct sfq_sched_data *q, sfq_index x)
net/sched/sch_sfq.c
223
sfq_index p, n;
net/sched/sch_sfq.c
235
static inline void sfq_inc(struct sfq_sched_data *q, sfq_index x)
net/sched/sch_sfq.c
237
sfq_index p, n;
net/sched/sch_sfq.c
291
sfq_index x, d = q->cur_depth;
net/sched/sch_sfq.c
348
sfq_index x, qlen;
net/sched/sch_sfq.c
483
sfq_index a, next_a;
net/sched/sch_sfq.c
563
sfq_index x = q->ht[hash];
net/sched/sch_sfq.c
90
sfq_index next;
net/sched/sch_sfq.c
91
sfq_index prev;
net/sched/sch_sfq.c
911
sfq_index idx = READ_ONCE(q->ht[cl - 1]);
net/sched/sch_sfq.c
97
sfq_index qlen; /* number of skbs in skblist */
net/sched/sch_sfq.c
98
sfq_index next; /* next slot in sfq RR chain */