Lines Matching defs:pq_key
132 s64 pq_key;
297 * change its mode in cl->pq_key microseconds. Make sure that class is not
305 cl->pq_key = q->now + delay;
306 if (cl->pq_key == q->now)
307 cl->pq_key++;
310 if (q->near_ev_cache[cl->level] > cl->pq_key)
311 q->near_ev_cache[cl->level] = cl->pq_key;
317 if (cl->pq_key >= c->pq_key)
495 * is not HTB_CAN_SEND then cl->pq_key is updated to time difference
525 * be different from old one and cl->pq_key has to be valid if changing
701 * Note: Applied are events whose have cl->pq_key <= q->now.
722 if (cl->pq_key > q->now)
723 return cl->pq_key;