wb_congested      100 block/blk-cgroup.c 	wb_congested_put(blkg->wb_congested);
wb_congested      227 block/blk-cgroup.c 	struct bdi_writeback_congested *wb_congested;
wb_congested      245 block/blk-cgroup.c 	wb_congested = wb_congested_get_create(q->backing_dev_info,
wb_congested      248 block/blk-cgroup.c 	if (!wb_congested) {
wb_congested      262 block/blk-cgroup.c 	blkg->wb_congested = wb_congested;
wb_congested      307 block/blk-cgroup.c 	wb_congested_put(wb_congested);
wb_congested      791 fs/fs-writeback.c 		congested = wb_congested(wb, cong_bits);
wb_congested      796 fs/fs-writeback.c 	return wb_congested(&inode_to_bdi(inode)->wb, cong_bits);
wb_congested      218 include/linux/backing-dev-defs.h 	struct bdi_writeback_congested *wb_congested;
wb_congested      414 include/linux/backing-dev.h 	refcount_inc(&bdi->wb_congested->refcnt);
wb_congested      415 include/linux/backing-dev.h 	return bdi->wb_congested;
wb_congested      466 include/linux/backing-dev.h 	return wb_congested(&inode_to_bdi(inode)->wb, cong_bits);
wb_congested      489 include/linux/backing-dev.h 	return wb_congested(&bdi->wb, cong_bits);
wb_congested      119 include/linux/blk-cgroup.h 	struct bdi_writeback_congested	*wb_congested;
wb_congested      816 mm/backing-dev.c 	bdi->wb_congested = kzalloc(sizeof(*bdi->wb_congested), GFP_KERNEL);
wb_congested      817 mm/backing-dev.c 	if (!bdi->wb_congested)
wb_congested      820 mm/backing-dev.c 	refcount_set(&bdi->wb_congested->refcnt, 1);
wb_congested      824 mm/backing-dev.c 		wb_congested_put(bdi->wb_congested);
wb_congested      834 mm/backing-dev.c 	wb_congested_put(bdi->wb_congested);