Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sched/
Dsch_htb.c184 unsigned long pq_key; /* the same type as jiffies global */ member
376 cl->pq_node.rb_color==-1?0:cl->pq_key,diff, in htb_debug_dump()
432 HTB_DBG(7,3,"htb_add_wt cl=%X key=%lu\n",cl->classid,cl->pq_key); in htb_add_to_wait_tree()
439 cl->pq_key = q->jiffies + PSCHED_US2JIFFIE(delay); in htb_add_to_wait_tree()
440 if (cl->pq_key == q->jiffies) in htb_add_to_wait_tree()
441 cl->pq_key++; in htb_add_to_wait_tree()
444 if (time_after(q->near_ev_cache[cl->level], cl->pq_key)) in htb_add_to_wait_tree()
445 q->near_ev_cache[cl->level] = cl->pq_key; in htb_add_to_wait_tree()
450 if (time_after_eq(cl->pq_key, c->pq_key)) in htb_add_to_wait_tree()
896 if (time_after(cl->pq_key, q->jiffies)) { in htb_do_events()
[all …]