Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c446 u64 autop_too_slow_at; member
848 if (!ioc->autop_too_slow_at) in ioc_autop_idx()
849 ioc->autop_too_slow_at = now_ns; in ioc_autop_idx()
850 if (now_ns - ioc->autop_too_slow_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
853 ioc->autop_too_slow_at = 0; in ioc_autop_idx()
930 ioc->autop_too_slow_at = 0; in ioc_refresh_params()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c444 u64 autop_too_slow_at; member
844 if (!ioc->autop_too_slow_at) in ioc_autop_idx()
845 ioc->autop_too_slow_at = now_ns; in ioc_autop_idx()
846 if (now_ns - ioc->autop_too_slow_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
849 ioc->autop_too_slow_at = 0; in ioc_autop_idx()
933 ioc->autop_too_slow_at = 0; in ioc_refresh_params_disk()

Completed in 9 milliseconds