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

/linux-4.1.27/block/
H A Dblk-throttle.c81 THROTL_TG_WAS_EMPTY = 1 << 1, /* bio_lists[] became non-empty */ enumerator in enum:tg_state_flags
1036 tg->flags |= THROTL_TG_WAS_EMPTY; throtl_add_bio_tg()
1065 tg->flags &= ~THROTL_TG_WAS_EMPTY; tg_update_disptime()
1236 if (tg->flags & THROTL_TG_WAS_EMPTY) { throtl_pending_timer_fn()
1576 if (tg->flags & THROTL_TG_WAS_EMPTY) { blk_throtl_bio()

Completed in 69 milliseconds