Searched refs:congested (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
D | io.c | 220 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()
|
D | request.c | 337 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()
|
D | sysfs.c | 69 read_attribute(congested); 557 sysfs_hprint(congested, in SHOW()
|
D | bcache.h | 651 atomic_t congested; member
|
/linux-4.1.27/Documentation/networking/ |
D | rds.txt | 84 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.
|
D | x25-iface.txt | 82 kernel if the backlog queue is congested. 121 when a previously congested backlog queue becomes empty again.
|
D | decnet.txt | 178 - Was the network congested ?
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_req.c | 1002 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/ |
D | linear.c | 340 .congested = linear_congested,
|
D | md.h | 533 int (*congested)(struct mddev *mddev, int bits); member
|
D | multipath.c | 527 .congested = multipath_congested,
|
D | raid0.c | 732 .congested = raid0_congested,
|
D | raid5.c | 7785 .congested = raid5_congested, 7809 .congested = raid5_congested, 7834 .congested = raid5_congested,
|
D | raid1.c | 3177 .congested = raid1_congested,
|
D | md.c | 343 else if (pers && pers->congested) in mddev_congested() 344 ret = pers->congested(mddev, bits); in mddev_congested()
|
D | raid10.c | 4712 .congested = raid10_congested,
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1966 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/ |
D | CHANGES | 107 Fix premature write failure on congested networks (we would give up
|