Lines Matching defs:now
499 static void fq_check_throttled(struct fq_sched_data *q, u64 now)
504 if (q->time_next_delayed_flow > now)
510 sample = (unsigned long)(now - q->time_next_delayed_flow);
518 if (f->time_next_packet > now) {
534 u64 now;
545 q->ktime_cache = now = ktime_get_ns();
546 fq_check_throttled(q, now);
573 if (now < time_next_packet) {
580 if ((s64)(now - time_next_packet - q->ce_threshold) > 0) {
635 * and current time (@now) can be too late by tens of us.
638 len -= min(len/2, now - f->time_next_packet);
639 f->time_next_packet = now + len;