Lines Matching refs:delay
34 u64 now, delay, start;
41 delay = now - start;
42 if (delay < DELAY_LV5 || is_system_reclaim(ra->reclaim_type)) {
43 ra->delay[stub] += delay;
48 if (delay > DELAY_LV4 && delay < DELAY_LV5) {
49 pr_warn_ratelimited("%s timeout:%llu\n", stub_name[stub], delay);
88 if (ra->delay[RA_RECLAIM] > DELAY_LV4) {
92 ra->delay[i], ra->count[i]);