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

/linux-4.4.14/net/sched/
H A Dsch_htb.c137 s64 pq_key; member in struct:htb_class
292 * change its mode in cl->pq_key microseconds. Make sure that class is not
300 cl->pq_key = q->now + delay; htb_add_to_wait_tree()
301 if (cl->pq_key == q->now) htb_add_to_wait_tree()
302 cl->pq_key++; htb_add_to_wait_tree()
305 if (q->near_ev_cache[cl->level] > cl->pq_key) htb_add_to_wait_tree()
306 q->near_ev_cache[cl->level] = cl->pq_key; htb_add_to_wait_tree()
312 if (cl->pq_key >= c->pq_key) htb_add_to_wait_tree()
487 * is not HTB_CAN_SEND then cl->pq_key is updated to time difference
517 * be different from old one and cl->pq_key has to be valid if changing
688 * Note: Applied are events whose have cl->pq_key <= q->now.
709 if (cl->pq_key > q->now) htb_do_events()
710 return cl->pq_key; htb_do_events()

Completed in 58 milliseconds