Home
last modified time | relevance | path

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

/linux/block/
A Dblk-throttle.h129 unsigned long idletime_threshold_conf; /* us */ member
A Dblk-throttle.c381 tg->idletime_threshold_conf = DFL_IDLE_THRESHOLD; in throtl_pd_alloc()
1464 (tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD && in tg_prfill_limit()
1481 if (tg->idletime_threshold_conf == ULONG_MAX) in tg_prfill_limit()
1485 tg->idletime_threshold_conf); in tg_prfill_limit()
1530 idle_time = tg->idletime_threshold_conf; in tg_set_limit()
1590 tg->idletime_threshold_conf = idle_time; in tg_set_limit()
1596 tg->idletime_threshold_conf == DFL_IDLE_THRESHOLD || in tg_set_limit()
1605 tg->idletime_threshold = tg->idletime_threshold_conf; in tg_set_limit()

Completed in 8 milliseconds