Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/bcache/
A Dio.c151 int congested = atomic_read(&c->congested); in bch_bbio_count_io_errors() local
158 ms = min(ms, CONGESTED_MAX + congested); in bch_bbio_count_io_errors()
159 atomic_sub(ms, &c->congested); in bch_bbio_count_io_errors()
160 } else if (congested < 0) in bch_bbio_count_io_errors()
161 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);
780 sysfs_hprint(congested, in SHOW()
A Dbcache.h702 atomic_t congested; member
/linux-6.3-rc2/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 Dip-sysctl.rst1100 Number of consecutive congested rounds (RTT) seen after which
1110 Number of consecutive congested rounds (RTT) seen after which
1134 tag that round as congested. This is referred to as K in the PLB paper:
1139 the packets in a round were marked as congested then the round
1140 will be tagged as congested.
/linux-6.3-rc2/include/linux/
A Dpktcdvd.h178 bool congested; /* Someone is waiting for bio_queue_size member
/linux-6.3-rc2/drivers/crypto/caam/
A Dqi.c540 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() argument
542 caam_congested = congested; in cgr_cb()
544 if (congested) { in cgr_cb()
/linux-6.3-rc2/net/sunrpc/
A Dsysfs.c172 closing, congested, cwnd_wait, write_space, offline, remove; in rpc_sysfs_xprt_state_show() local
184 congested = test_bit(XPRT_CONGESTED, &xprt->state); in rpc_sysfs_xprt_state_show()
198 congested ? "CONGESTED" : "", in rpc_sysfs_xprt_state_show()
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
A Dcounters.rst943 this counter is increasing, it implies that the network is congested and
949 this counter is increasing, it implies that the NIC is congested and
961 is congested and cannot absorb the traffic coming from the network.
1130 counter is increasing, it implies that the network is congested and
1138 counter is increasing, it implies that the network is congested and
1145 counter is increasing, it implies that the adapter is congested and
1197 If this counter is increasing, it implies that the network is congested
1206 the network is congested and cannot absorb the traffic coming from the
1219 If this counter is increasing, it implies that the adapter is congested
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_req.c984 bool congested = false; in maybe_pull_ahead() local
1008 congested = true; in maybe_pull_ahead()
1013 congested = true; in maybe_pull_ahead()
1016 if (congested) { in maybe_pull_ahead()
/linux-6.3-rc2/drivers/block/
A Dpktcdvd.c1169 if (pd->congested && in pkt_handle_queue()
1171 pd->congested = false; in pkt_handle_queue()
1172 wake_up_var(&pd->congested); in pkt_handle_queue()
2355 init_wait_var_entry(&wqe, &pd->congested, 0); in pkt_make_request_write()
2357 prepare_to_wait_event(__var_waitqueue(&pd->congested), in pkt_make_request_write()
2362 pd->congested = true; in pkt_make_request_write()
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dblockgroup.rst96 feature moves the location of the group descriptors from the congested
/linux-6.3-rc2/net/netlink/
A Daf_netlink.c1431 int congested; member
1502 p->congested |= val; in do_one_broadcast()
1525 info.congested = 0; in netlink_broadcast()
1549 if (info.congested && gfpflags_allow_blocking(allocation)) in netlink_broadcast()
/linux-6.3-rc2/include/soc/fsl/
A Dqman.h780 struct qman_cgr *cgr, int congested);
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth.c812 int congested) in dpaa_eth_cgscn() argument
817 if (congested) { in dpaa_eth_cgscn()
/linux-6.3-rc2/mm/
A Dvmscan.c161 unsigned int congested; member
2580 sc->nr.congested += stat.nr_congested; in shrink_inactive_list()
6534 sc->nr.dirty && sc->nr.dirty == sc->nr.congested) in shrink_node()
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-class-infiniband184 discarded by the port because the port is down or congested.

Completed in 72 milliseconds