Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
H A Dblk-throttle.h145 unsigned long idletime_threshold_conf; /* us */ member
H A Dblk-throttle.c375 tg->idletime_threshold_conf = DFL_IDLE_THRESHOLD; in throtl_pd_alloc()
1519 (tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD && in tg_prfill_limit()
1536 if (tg->idletime_threshold_conf == ULONG_MAX) in tg_prfill_limit()
1540 tg->idletime_threshold_conf); in tg_prfill_limit()
1588 idle_time = tg->idletime_threshold_conf; in tg_set_limit()
1648 tg->idletime_threshold_conf = idle_time; in tg_set_limit()
1654 tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD || in tg_set_limit()
1663 tg->idletime_threshold = tg->idletime_threshold_conf; in tg_set_limit()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c176 unsigned long idletime_threshold_conf; /* us */ member
529 tg->idletime_threshold_conf = DFL_IDLE_THRESHOLD; in throtl_pd_alloc()
1636 (tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD && in tg_prfill_limit()
1653 if (tg->idletime_threshold_conf == ULONG_MAX) in tg_prfill_limit()
1657 tg->idletime_threshold_conf); in tg_prfill_limit()
1705 idle_time = tg->idletime_threshold_conf; in tg_set_limit()
1765 tg->idletime_threshold_conf = idle_time; in tg_set_limit()
1771 tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD || in tg_set_limit()
1780 tg->idletime_threshold = tg->idletime_threshold_conf; in tg_set_limit()

Completed in 8 milliseconds