Home
last modified time | relevance | path

Searched refs:AUTOP_CYCLE_NSEC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c262 AUTOP_CYCLE_NSEC = 10LLU * NSEC_PER_SEC, enumerator
841 if (now_ns - ioc->autop_too_fast_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
850 if (now_ns - ioc->autop_too_slow_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c262 AUTOP_CYCLE_NSEC = 10LLU * NSEC_PER_SEC, enumerator
837 if (now_ns - ioc->autop_too_fast_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
846 if (now_ns - ioc->autop_too_slow_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()

Completed in 10 milliseconds