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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c132 psched_time_t pq_key; member in struct:htb_class
335 * change its mode in cl->pq_key microseconds. Make sure that class is not
343 cl->pq_key = q->now + delay;
344 if (cl->pq_key == q->now)
345 cl->pq_key++;
348 if (q->near_ev_cache[cl->level] > cl->pq_key)
349 q->near_ev_cache[cl->level] = cl->pq_key;
355 if (cl->pq_key >= c->pq_key)
523 * is not HTB_CAN_SEND then cl->pq_key i
[all...]

Completed in 42 milliseconds