Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
H A Dblk-throttle.h56 THROTL_TG_PENDING = 1 << 0, /* on parent's pending tree */ enumerator
H A Dblk-throttle.c557 if (!(tg->flags & THROTL_TG_PENDING)) { in throtl_enqueue_tg()
559 tg->flags |= THROTL_TG_PENDING; in throtl_enqueue_tg()
566 if (tg->flags & THROTL_TG_PENDING) { in throtl_dequeue_tg()
572 tg->flags &= ~THROTL_TG_PENDING; in throtl_dequeue_tg()
1364 if (tg->flags & THROTL_TG_PENDING) { in tg_conf_updated()
1743 * Do not dispatch cgroup without THROTL_TG_PENDING or cgroup in blk_throtl_cancel_bios()
1744 * will be inserted to service queue without THROTL_TG_PENDING in blk_throtl_cancel_bios()
1749 if (!(tg->flags & THROTL_TG_PENDING)) in blk_throtl_cancel_bios()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c96 THROTL_TG_PENDING = 1 << 0, /* on parent's pending tree */ enumerator
700 if (!(tg->flags & THROTL_TG_PENDING)) { in throtl_enqueue_tg()
702 tg->flags |= THROTL_TG_PENDING; in throtl_enqueue_tg()
709 if (tg->flags & THROTL_TG_PENDING) { in throtl_dequeue_tg()
711 tg->flags &= ~THROTL_TG_PENDING; in throtl_dequeue_tg()
1454 if (tg->flags & THROTL_TG_PENDING) { in tg_conf_updated()

Completed in 8 milliseconds