/Linux-v6.1/drivers/md/bcache/ |
D | io.c | 151 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()
|
D | request.c | 336 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()
|
D | sysfs.c | 104 read_attribute(congested); 780 sysfs_hprint(congested, in SHOW()
|
D | bcache.h | 702 atomic_t congested; member
|
/Linux-v6.1/Documentation/networking/ |
D | rds.rst | 90 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.
|
/Linux-v6.1/include/linux/ |
D | pktcdvd.h | 178 bool congested; /* Someone is waiting for bio_queue_size member
|
/Linux-v6.1/net/sunrpc/ |
D | sysfs.c | 172 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-v6.1/drivers/crypto/caam/ |
D | qi.c | 534 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-v6.1/drivers/block/drbd/ |
D | drbd_req.c | 984 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-v6.1/drivers/block/ |
D | pktcdvd.c | 1169 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-v6.1/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 96 feature moves the location of the group descriptors from the congested
|
/Linux-v6.1/net/netlink/ |
D | af_netlink.c | 1411 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-v6.1/include/soc/fsl/ |
D | qman.h | 780 struct qman_cgr *cgr, int congested);
|
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 798 int congested) in dpaa_eth_cgscn() argument 803 if (congested) { in dpaa_eth_cgscn()
|
/Linux-v6.1/mm/ |
D | vmscan.c | 164 unsigned int congested; member 2533 sc->nr.congested += stat.nr_congested; in shrink_inactive_list() 6202 sc->nr.dirty && sc->nr.dirty == sc->nr.congested) in shrink_node()
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-class-infiniband | 184 discarded by the port because the port is down or congested.
|