Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dio.c220 int congested = atomic_read(&c->congested); in bch_bbio_count_io_errors() local
226 ms = min(ms, CONGESTED_MAX + congested); in bch_bbio_count_io_errors()
227 atomic_sub(ms, &c->congested); in bch_bbio_count_io_errors()
228 } else if (congested < 0) in bch_bbio_count_io_errors()
229 atomic_inc(&c->congested); in bch_bbio_count_io_errors()
Drequest.c337 i += atomic_read(&c->congested); in bch_get_congested()
369 unsigned sectors, congested = bch_get_congested(c); in check_should_bypass() local
396 if (!congested && !dc->sequential_cutoff) in check_should_bypass()
399 if (!congested && in check_should_bypass()
439 if (congested && sectors >= congested) { in check_should_bypass()
Dsysfs.c69 read_attribute(congested);
557 sysfs_hprint(congested, in SHOW()
Dbcache.h651 atomic_t congested; member
/linux-4.1.27/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.1.27/drivers/block/drbd/
Ddrbd_req.c1002 bool congested = false; in maybe_pull_ahead() local
1026 congested = true; in maybe_pull_ahead()
1031 congested = true; in maybe_pull_ahead()
1034 if (congested) { in maybe_pull_ahead()
/linux-4.1.27/drivers/md/
Dlinear.c340 .congested = linear_congested,
Dmd.h533 int (*congested)(struct mddev *mddev, int bits); member
Dmultipath.c527 .congested = multipath_congested,
Draid0.c732 .congested = raid0_congested,
Draid5.c7785 .congested = raid5_congested,
7809 .congested = raid5_congested,
7834 .congested = raid5_congested,
Draid1.c3177 .congested = raid1_congested,
Dmd.c343 else if (pers && pers->congested) in mddev_congested()
344 ret = pers->congested(mddev, bits); in mddev_congested()
Draid10.c4712 .congested = raid10_congested,
/linux-4.1.27/net/netlink/
Daf_netlink.c1966 int congested; member
2025 p->congested |= val; in do_one_broadcast()
2049 info.congested = 0; in netlink_broadcast_filtered()
2075 if (info.congested && (allocation & __GFP_WAIT)) in netlink_broadcast_filtered()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES107 Fix premature write failure on congested networks (we would give up