Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
A Dio.c150 int congested = atomic_read(&c->congested); in bch_bbio_count_io_errors() local
157 ms = min(ms, CONGESTED_MAX + congested); in bch_bbio_count_io_errors()
158 atomic_sub(ms, &c->congested); in bch_bbio_count_io_errors()
159 } else if (congested < 0) in bch_bbio_count_io_errors()
160 atomic_inc(&c->congested); in bch_bbio_count_io_errors()
A Drequest.c336 i += atomic_read(&c->congested); in bch_get_congested()
367 unsigned int sectors, congested; in check_should_bypass() local
410 congested = bch_get_congested(c); in check_should_bypass()
411 if (!congested && !dc->sequential_cutoff) in check_should_bypass()
448 if (congested && sectors >= congested) { in check_should_bypass()
A Dsysfs.c104 read_attribute(congested);
778 sysfs_hprint(congested, in SHOW()
A Dbcache.h695 atomic_t congested; member
/linux/Documentation/networking/
A Drds.rst90 mark the port as "congested" and send a congestion update to
92 processes sending to this congested port.
112 as "congested" will return ENOBUFS.
141 a destination marked congested - in this case you will loop
254 is congested. All sends attempted to this socket's address
262 indicate which ports on bound addresses are congested. As the
273 is congested or not.
A Ddecnet.rst186 - Was the network congested ?
/linux/drivers/crypto/caam/
A Dqi.c534 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() argument
536 caam_congested = congested; in cgr_cb()
538 if (congested) { in cgr_cb()
/linux/net/sunrpc/
A Dsysfs.c164 closing, congested, cwnd_wait, write_space, offline, remove; in rpc_sysfs_xprt_state_show() local
179 congested = test_bit(XPRT_CONGESTED, &xprt->state); in rpc_sysfs_xprt_state_show()
193 congested ? "CONGESTED" : "", in rpc_sysfs_xprt_state_show()
/linux/include/linux/
A Dbacking-dev-defs.h125 unsigned long congested; /* WB_[a]sync_congested flags */ member
A Dbacking-dev.h140 return wb->congested & cong_bits; in wb_congested()
/linux/drivers/block/drbd/
A Ddrbd_req.c979 bool congested = false; in maybe_pull_ahead() local
1003 congested = true; in maybe_pull_ahead()
1008 congested = true; in maybe_pull_ahead()
1011 if (congested) { in maybe_pull_ahead()
/linux/mm/
A Dbacking-dev.c1021 if (test_and_clear_bit(bit, &bdi->wb.congested)) in clear_bdi_congested()
1034 if (!test_and_set_bit(bit, &bdi->wb.congested)) in set_bdi_congested()
A Dvmscan.c149 unsigned int congested; member
2467 sc->nr.congested += stat.nr_congested; in shrink_inactive_list()
3353 sc->nr.dirty && sc->nr.dirty == sc->nr.congested) in shrink_node()
/linux/fs/
A Dfs-writeback.c919 bool congested; in inode_congested() local
922 congested = wb_congested(wb, cong_bits); in inode_congested()
924 return congested; in inode_congested()
/linux/net/netlink/
A Daf_netlink.c1411 int congested; member
1482 p->congested |= val; in do_one_broadcast()
1505 info.congested = 0; in netlink_broadcast()
1529 if (info.congested && gfpflags_allow_blocking(allocation)) in netlink_broadcast()
/linux/Documentation/filesystems/ext4/
A Dblockgroup.rst96 feature moves the location of the group descriptors from the congested
/linux/include/soc/fsl/
A Dqman.h780 struct qman_cgr *cgr, int congested);
/linux/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth.c818 int congested) in dpaa_eth_cgscn() argument
823 if (congested) { in dpaa_eth_cgscn()
/linux/Documentation/ABI/stable/
A Dsysfs-class-infiniband184 discarded by the port because the port is down or congested.

Completed in 135 milliseconds