Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c132 s64 pq_key; member
297 * change its mode in cl->pq_key microseconds. Make sure that class is not
305 cl->pq_key = q->now + delay; in htb_add_to_wait_tree()
306 if (cl->pq_key == q->now) in htb_add_to_wait_tree()
307 cl->pq_key++; in htb_add_to_wait_tree()
310 if (q->near_ev_cache[cl->level] > cl->pq_key) in htb_add_to_wait_tree()
311 q->near_ev_cache[cl->level] = cl->pq_key; in htb_add_to_wait_tree()
317 if (cl->pq_key >= c->pq_key) in htb_add_to_wait_tree()
495 * is not HTB_CAN_SEND then cl->pq_key i
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_htb.c133 s64 pq_key; member
313 * change its mode in cl->pq_key microseconds. Make sure that class is not
321 cl->pq_key = q->now + delay; in htb_add_to_wait_tree()
322 if (cl->pq_key == q->now) in htb_add_to_wait_tree()
323 cl->pq_key++; in htb_add_to_wait_tree()
326 if (q->near_ev_cache[cl->level] > cl->pq_key) in htb_add_to_wait_tree()
327 q->near_ev_cache[cl->level] = cl->pq_key; in htb_add_to_wait_tree()
333 if (cl->pq_key >= c->pq_key) in htb_add_to_wait_tree()
524 * is not HTB_CAN_SEND then cl->pq_key i
[all...]

Completed in 4 milliseconds