Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dblk-cgroup.h262 if (atomic_read(&css->cgroup->congestion_count)) { in blk_cgroup_congested()
845 atomic_inc(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_use_delay()
887 atomic_dec(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_unuse_delay()
900 atomic_dec(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_clear_delay()
Dcgroup-defs.h450 atomic_t congestion_count; member