Home
last modified time | relevance | path

Searched refs:idletime_threshold (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c175 unsigned long idletime_threshold; /* us */ member
528 tg->idletime_threshold = DFL_IDLE_THRESHOLD; in throtl_pd_alloc()
1436 this_tg->idletime_threshold = min(this_tg->idletime_threshold, in tg_conf_updated()
1437 parent_tg->idletime_threshold); in tg_conf_updated()
1777 tg->idletime_threshold = DFL_IDLE_THRESHOLD; in tg_set_limit()
1780 tg->idletime_threshold = tg->idletime_threshold_conf; in tg_set_limit()
1888 time = min_t(unsigned long, MAX_IDLE_TIME, 4 * tg->idletime_threshold); in throtl_tg_is_idle()
1890 tg->idletime_threshold == DFL_IDLE_THRESHOLD || in throtl_tg_is_idle()
1892 tg->avg_idletime > tg->idletime_threshold || in throtl_tg_is_idle()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-throttle.h144 unsigned long idletime_threshold; /* us */ member
H A Dblk-throttle.c374 tg->idletime_threshold = DFL_IDLE_THRESHOLD; in throtl_pd_alloc()
1346 this_tg->idletime_threshold = min(this_tg->idletime_threshold, in tg_conf_updated()
1347 parent_tg->idletime_threshold); in tg_conf_updated()
1660 tg->idletime_threshold = DFL_IDLE_THRESHOLD; in tg_set_limit()
1663 tg->idletime_threshold = tg->idletime_threshold_conf; in tg_set_limit()
1815 time = min_t(unsigned long, MAX_IDLE_TIME, 4 * tg->idletime_threshold); in throtl_tg_is_idle()
1817 tg->idletime_threshold == DFL_IDLE_THRESHOLD || in throtl_tg_is_idle()
1819 tg->avg_idletime > tg->idletime_threshold || in throtl_tg_is_idle()
1824 tg->avg_idletime, tg->idletime_threshold, t in throtl_tg_is_idle()
[all...]

Completed in 7 milliseconds