Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/bcache/
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()
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()
Dsysfs.c104 read_attribute(congested);
759 sysfs_hprint(congested, in SHOW()
Dbcache.h696 atomic_t congested; member
/Linux-v5.10/Documentation/networking/
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.
Dx25-iface.rst88 kernel if the backlog queue is congested.
127 when a previously congested backlog queue becomes empty again.
Ddecnet.rst186 - Was the network congested ?
/Linux-v5.10/drivers/crypto/caam/
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-v5.10/include/linux/
Dbacking-dev-defs.h121 unsigned long congested; /* WB_[a]sync_congested flags */ member
Dbacking-dev.h153 return wb->congested & cong_bits; in wb_congested()
/Linux-v5.10/drivers/block/drbd/
Ddrbd_req.c976 bool congested = false; in maybe_pull_ahead() local
1000 congested = true; in maybe_pull_ahead()
1005 congested = true; in maybe_pull_ahead()
1008 if (congested) { in maybe_pull_ahead()
/Linux-v5.10/mm/
Dbacking-dev.c925 if (test_and_clear_bit(bit, &bdi->wb.congested)) in clear_bdi_congested()
938 if (!test_and_set_bit(bit, &bdi->wb.congested)) in set_bdi_congested()
Dvmscan.c144 unsigned int congested; member
1996 sc->nr.congested += stat.nr_congested; in shrink_inactive_list()
2831 sc->nr.dirty && sc->nr.dirty == sc->nr.congested) in shrink_node()
/Linux-v5.10/fs/
Dfs-writeback.c789 bool congested; in inode_congested() local
792 congested = wb_congested(wb, cong_bits); in inode_congested()
794 return congested; in inode_congested()
/Linux-v5.10/net/netlink/
Daf_netlink.c1396 int congested; member
1474 p->congested |= val; in do_one_broadcast()
1499 info.congested = 0; in netlink_broadcast_filtered()
1525 if (info.congested && gfpflags_allow_blocking(allocation)) in netlink_broadcast_filtered()
/Linux-v5.10/Documentation/filesystems/ext4/
Dblockgroup.rst96 feature moves the location of the group descriptors from the congested
/Linux-v5.10/include/soc/fsl/
Dqman.h779 struct qman_cgr *cgr, int congested);
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c816 int congested) in dpaa_eth_cgscn() argument
821 if (congested) { in dpaa_eth_cgscn()
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-class-infiniband184 discarded by the port because the port is down or congested.