Home
last modified time | relevance | path

Searched refs:congested (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/mm/
Dbacking-dev.c314 wb->congested = wb_congested_get_create(bdi, blkcg_id, gfp); in wb_init()
315 if (!wb->congested) in wb_init()
335 wb_congested_put(wb->congested); in wb_init()
372 wb_congested_put(wb->congested); in wb_exit()
401 struct bdi_writeback_congested *new_congested = NULL, *congested; in wb_congested_get_create() local
412 congested = container_of(parent, struct bdi_writeback_congested, in wb_congested_get_create()
414 if (congested->blkcg_id < blkcg_id) in wb_congested_get_create()
416 else if (congested->blkcg_id > blkcg_id) in wb_congested_get_create()
424 congested = new_congested; in wb_congested_get_create()
426 rb_link_node(&congested->rb_node, parent, node); in wb_congested_get_create()
[all …]
/linux-4.4.14/drivers/md/bcache/
Dio.c122 int congested = atomic_read(&c->congested); in bch_bbio_count_io_errors() local
128 ms = min(ms, CONGESTED_MAX + congested); in bch_bbio_count_io_errors()
129 atomic_sub(ms, &c->congested); in bch_bbio_count_io_errors()
130 } else if (congested < 0) in bch_bbio_count_io_errors()
131 atomic_inc(&c->congested); in bch_bbio_count_io_errors()
Drequest.c343 i += atomic_read(&c->congested); in bch_get_congested()
375 unsigned sectors, congested = bch_get_congested(c); in check_should_bypass() local
402 if (!congested && !dc->sequential_cutoff) in check_should_bypass()
405 if (!congested && in check_should_bypass()
445 if (congested && sectors >= congested) { in check_should_bypass()
Dsysfs.c69 read_attribute(congested);
557 sysfs_hprint(congested, in SHOW()
Dbcache.h634 atomic_t congested; member
/linux-4.4.14/include/linux/
Dbacking-dev-defs.h95 struct bdi_writeback_congested *congested; member
180 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync);
181 void set_wb_congested(struct bdi_writeback_congested *congested, int sync);
185 clear_wb_congested(bdi->wb.congested, sync); in clear_bdi_congested()
190 set_wb_congested(bdi->wb.congested, sync); in set_bdi_congested()
Dbacking-dev.h196 return wb->congested->state & cong_bits; in wb_congested()
246 void wb_congested_put(struct bdi_writeback_congested *congested);
428 static inline void wb_congested_put(struct bdi_writeback_congested *congested) in wb_congested_put() argument
430 if (atomic_dec_and_test(&congested->refcnt)) in wb_congested_put()
431 kfree(congested); in wb_congested_put()
/linux-4.4.14/Documentation/networking/
Drds.txt84 mark the port as "congested" and send a congestion update to
86 processes sending to this congested port.
105 as "congested" will return ENOBUFS.
134 a destination marked congested - in this case you will loop
227 is congested. All sends attempted to this socket's address
235 indicate which ports on bound addresses are congested. As the
246 is congested or not.
Dx25-iface.txt82 kernel if the backlog queue is congested.
121 when a previously congested backlog queue becomes empty again.
Ddecnet.txt178 - Was the network congested ?
/linux-4.4.14/drivers/block/drbd/
Ddrbd_req.c1003 bool congested = false; in maybe_pull_ahead() local
1027 congested = true; in maybe_pull_ahead()
1032 congested = true; in maybe_pull_ahead()
1035 if (congested) { in maybe_pull_ahead()
/linux-4.4.14/drivers/md/
Dlinear.c298 .congested = linear_congested,
Dmd.h539 int (*congested)(struct mddev *mddev, int bits); member
Dmultipath.c507 .congested = multipath_congested,
Draid0.c677 .congested = raid0_congested,
Draid5.c7874 .congested = raid5_congested,
7897 .congested = raid5_congested,
7921 .congested = raid5_congested,
Draid1.c3190 .congested = raid1_congested,
Dmd.c350 else if (pers && pers->congested) in mddev_congested()
351 ret = pers->congested(mddev, bits); in mddev_congested()
Draid10.c4639 .congested = raid10_congested,
/linux-4.4.14/fs/
Dfs-writeback.c736 bool locked, congested; in inode_congested() local
739 congested = wb_congested(wb, cong_bits); in inode_congested()
741 return congested; in inode_congested()
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db157 API-inode-congested
Ddevice-drivers.xml.db148 API-workqueue-congested
/linux-4.4.14/net/netlink/
Daf_netlink.c1991 int congested; member
2068 p->congested |= val; in do_one_broadcast()
2093 info.congested = 0; in netlink_broadcast_filtered()
2119 if (info.congested && gfpflags_allow_blocking(allocation)) in netlink_broadcast_filtered()
/linux-4.4.14/block/
Dblk-core.c76 clear_wb_congested(rl->q->backing_dev_info.wb.congested, sync); in blk_clear_congested()
87 set_wb_congested(rl->q->backing_dev_info.wb.congested, sync); in blk_set_congested()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES107 Fix premature write failure on congested networks (we would give up