Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c175 unsigned long idletime_threshold_conf; /* us */ member
528 tg->idletime_threshold_conf = DFL_IDLE_THRESHOLD; in throtl_pd_alloc()
1603 (tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD && in tg_prfill_limit()
1620 if (tg->idletime_threshold_conf == ULONG_MAX) in tg_prfill_limit()
1624 tg->idletime_threshold_conf); in tg_prfill_limit()
1669 idle_time = tg->idletime_threshold_conf; in tg_set_limit()
1729 tg->idletime_threshold_conf = idle_time; in tg_set_limit()
1735 tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD || in tg_set_limit()
1744 tg->idletime_threshold = tg->idletime_threshold_conf; in tg_set_limit()