Home
last modified time | relevance | path

Searched defs:htb_sched (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/net/sched/
Dsch_htb.c129 struct htb_sched { struct
130 struct Qdisc_class_hash clhash;
131 struct list_head drops[TC_HTB_NUMPRIO];/* active leaves (for drops) */
134 struct rb_root row[TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO];
135 int row_mask[TC_HTB_MAXDEPTH];
136 struct rb_node *ptr[TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO];
137 u32 last_ptr_id[TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO];
140 struct rb_root wait_pq[TC_HTB_MAXDEPTH];
143 psched_time_t near_ev_cache[TC_HTB_MAXDEPTH];
168 struct htb_sched *q = qdisc_priv(sch); in htb_find() argument