Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_htb.c134 s64 pq_key; member
327 cl->pq_key = q->now + delay; in htb_add_to_wait_tree()
328 if (cl->pq_key == q->now) in htb_add_to_wait_tree()
329 cl->pq_key++; in htb_add_to_wait_tree()
332 if (q->near_ev_cache[cl->level] > cl->pq_key) in htb_add_to_wait_tree()
333 q->near_ev_cache[cl->level] = cl->pq_key; in htb_add_to_wait_tree()
339 if (cl->pq_key >= c->pq_key) in htb_add_to_wait_tree()
771 if (cl->pq_key > q->now) in htb_do_events()
772 return cl->pq_key; in htb_do_events()