Lines Matching refs:pq_key
133 s64 pq_key;
313 * change its mode in cl->pq_key microseconds. Make sure that class is not
321 cl->pq_key = q->now + delay;
322 if (cl->pq_key == q->now)
323 cl->pq_key++;
326 if (q->near_ev_cache[cl->level] > cl->pq_key)
327 q->near_ev_cache[cl->level] = cl->pq_key;
333 if (cl->pq_key >= c->pq_key)
524 * is not HTB_CAN_SEND then cl->pq_key is updated to time difference
557 * be different from old one and cl->pq_key has to be valid if changing
744 * Note: Applied are events whose have cl->pq_key <= q->now.
765 if (cl->pq_key > q->now)
766 return cl->pq_key;