Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.h57 THROTL_TG_WAS_EMPTY = 1 << 1, /* bio_lists[] became non-empty */ enumerator
H A Dblk-throttle.c1001 tg->flags |= THROTL_TG_WAS_EMPTY; in throtl_add_bio_tg()
1032 tg->flags &= ~THROTL_TG_WAS_EMPTY; in tg_update_disptime()
1224 if (tg->flags & THROTL_TG_WAS_EMPTY) { in throtl_pending_timer_fn()
2267 if (tg->flags & THROTL_TG_WAS_EMPTY) { in __blk_throtl_bio()