Home
last modified time | relevance | path

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

/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);
778 sysfs_hprint(congested, in SHOW()
Dbcache.h700 atomic_t congested; member
/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()
/drivers/block/drbd/
Ddrbd_req.c980 bool congested = false; in maybe_pull_ahead() local
1004 congested = true; in maybe_pull_ahead()
1009 congested = true; in maybe_pull_ahead()
1012 if (congested) { in maybe_pull_ahead()
/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c818 int congested) in dpaa_eth_cgscn() argument
823 if (congested) { in dpaa_eth_cgscn()