Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-cgroup.h99 atomic_t congestion_count; member
385 if (atomic_inc_return(&blkcg->congestion_count) == 1) in blkcg_inc_congestion_count()
391 if (atomic_dec_and_test(&blkcg->congestion_count)) in blkcg_dec_congestion_count()
H A Dblk-cgroup.c1363 if (WARN_ON_ONCE(atomic_xchg(&blkcg->congestion_count, 0) > 0)) in blkcg_css_free()
2252 if (atomic_read(&blkcg->congestion_count)) { in __blk_cgroup_congested()