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
234
static inline void sfq_inc(struct sfq_sched_data *q, sfq_index x)
net/sched/sch_sfq.c
236
sfq_index p, n;
net/sched/sch_sfq.c
289
sfq_index x, d = q->cur_depth;
net/sched/sch_sfq.c
346
sfq_index x, qlen;
net/sched/sch_sfq.c
480
sfq_index a, next_a;
net/sched/sch_sfq.c
560
sfq_index x = q->ht[hash];
net/sched/sch_sfq.c
90
sfq_index next;
net/sched/sch_sfq.c
908
sfq_index idx = q->ht[cl - 1];
net/sched/sch_sfq.c
91
sfq_index prev;
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 */