Home
last modified time | relevance | path

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

/include/linux/
Dblk-cgroup.h284 if (atomic_read(&css->cgroup->congestion_count)) { in blk_cgroup_congested()
540 atomic_inc(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_use_delay()
569 atomic_dec(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_unuse_delay()
588 atomic_inc(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_set_delay()
605 atomic_dec(&blkg->blkcg->css.cgroup->congestion_count); in blkcg_clear_delay()
Dcgroup-defs.h485 atomic_t congestion_count; member