Home
last modified time | relevance | path

Searched refs:autop_too_slow_at (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/block/
Dblk-iocost.c440 u64 autop_too_slow_at; member
841 if (!ioc->autop_too_slow_at) in ioc_autop_idx()
842 ioc->autop_too_slow_at = now_ns; in ioc_autop_idx()
843 if (now_ns - ioc->autop_too_slow_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
846 ioc->autop_too_slow_at = 0; in ioc_autop_idx()
918 ioc->autop_too_slow_at = 0; in ioc_refresh_params()