Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-throttle.c96 THROTL_TG_WAS_EMPTY = 1 << 1, /* bio_lists[] became non-empty */ enumerator
1082 tg->flags |= THROTL_TG_WAS_EMPTY; in throtl_add_bio_tg()
1113 tg->flags &= ~THROTL_TG_WAS_EMPTY; in tg_update_disptime()
1290 if (tg->flags & THROTL_TG_WAS_EMPTY) { in throtl_pending_timer_fn()
2235 if (tg->flags & THROTL_TG_WAS_EMPTY) { in blk_throtl_bio()