Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-iocost.c443 u64 autop_too_fast_at; member
835 if (!ioc->autop_too_fast_at) in ioc_autop_idx()
836 ioc->autop_too_fast_at = now_ns; in ioc_autop_idx()
837 if (now_ns - ioc->autop_too_fast_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
840 ioc->autop_too_fast_at = 0; in ioc_autop_idx()
932 ioc->autop_too_fast_at = 0; in ioc_refresh_params_disk()