Symbol: congested
drivers/block/drbd/drbd_req.c
1013
congested = true;
drivers/block/drbd/drbd_req.c
1018
congested = true;
drivers/block/drbd/drbd_req.c
1021
if (congested) {
drivers/block/drbd/drbd_req.c
989
bool congested = false;
drivers/crypto/caam/qi.c
539
static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested)
drivers/crypto/caam/qi.c
541
caam_congested = congested;
drivers/crypto/caam/qi.c
543
if (congested) {
drivers/md/bcache/bcache.h
706
atomic_t congested;
drivers/md/bcache/io.c
150
int congested = atomic_read(&c->congested);
drivers/md/bcache/io.c
157
ms = min(ms, CONGESTED_MAX + congested);
drivers/md/bcache/io.c
158
atomic_sub(ms, &c->congested);
drivers/md/bcache/io.c
159
} else if (congested < 0)
drivers/md/bcache/io.c
160
atomic_inc(&c->congested);
drivers/md/bcache/request.c
336
i += atomic_read(&c->congested);
drivers/md/bcache/request.c
367
unsigned int sectors, congested;
drivers/md/bcache/request.c
424
congested = bch_get_congested(c);
drivers/md/bcache/request.c
425
if (!congested && !dc->sequential_cutoff)
drivers/md/bcache/request.c
462
if (congested && sectors >= congested) {
drivers/md/bcache/sysfs.c
104
read_attribute(congested);
drivers/md/bcache/sysfs.c
773
sysfs_hprint(congested,
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
832
int congested)
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
837
if (congested) {
mm/vmscan.c
173
unsigned int congested;
mm/vmscan.c
2068
sc->nr.congested += stat.nr_congested;
mm/vmscan.c
6114
if (sc->nr.dirty && sc->nr.dirty == sc->nr.congested) {
net/netlink/af_netlink.c
1414
int congested;
net/netlink/af_netlink.c
1494
p->congested |= val;
net/netlink/af_netlink.c
1520
info.congested = 0;
net/netlink/af_netlink.c
1546
if (info.congested && gfpflags_allow_blocking(allocation))
net/sunrpc/sysfs.c
252
closing, congested, cwnd_wait, write_space, offline, remove;
net/sunrpc/sysfs.c
264
congested = test_bit(XPRT_CONGESTED, &xprt->state);
net/sunrpc/sysfs.c
278
congested ? "CONGESTED" : "",