Home
last modified time | relevance | path

Searched refs:sfq_index (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/sched/
Dsch_sfq.c87 typedef u16 sfq_index; typedef
96 sfq_index next;
97 sfq_index prev;
103 sfq_index qlen; /* number of skbs in skblist */
104 sfq_index next; /* next slot in sfq RR chain */
126 sfq_index *ht; /* Hash table ('divisor' slots) */
150 static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val) in sfq_dep_head()
203 static inline void sfq_link(struct sfq_sched_data *q, sfq_index x) in sfq_link()
205 sfq_index p, n; in sfq_link()
228 static inline void sfq_dec(struct sfq_sched_data *q, sfq_index x) in sfq_dec()
[all …]