Lines Matching refs:delay
46 incomplete, delay may actually be estimated even if class
397 psched_tdiff_t delay = cl->undertime - q->now;
400 delay += cl->offtime;
410 delay -= (-cl->avgidle) - ((-cl->avgidle) >> cl->ewma_log);
413 if (delay <= 0)
414 delay = 1;
415 cl->undertime = q->now + delay;
420 if (q->wd_expires == 0 || q->wd_expires > delay)
421 q->wd_expires = delay;
432 delay = b->undertime - q->now;
433 if (delay < base_delay) {
434 if (delay <= 0)
435 delay = 1;
436 base_delay = delay;
485 psched_tdiff_t delay = 0;
502 if (tmp < delay || delay == 0)
503 delay = tmp;
507 if (delay) {
511 time = ktime_add_ns(time, PSCHED_TICKS2NS(now + delay));
603 * (1-W)*true_avgidle + W*delay = 0, i.e.