Home
last modified time | relevance | path

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

/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
424 congested = bch_get_congested(c); in check_should_bypass()
425 if (!congested && !dc->sequential_cutoff) in check_should_bypass()
462 if (congested && sectors >= congested) { in check_should_bypass()
A Dsysfs.c104 read_attribute(congested);
774 sysfs_hprint(congested, in SHOW()
A Dbcache.h706 atomic_t congested; member
/drivers/crypto/caam/
A Dqi.c539 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() argument
541 caam_congested = congested; in cgr_cb()
543 if (congested) { in cgr_cb()
/drivers/block/drbd/
A Ddrbd_req.c988 bool congested = false; in maybe_pull_ahead() local
1012 congested = true; in maybe_pull_ahead()
1017 congested = true; in maybe_pull_ahead()
1020 if (congested) { in maybe_pull_ahead()
/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth.c832 int congested) in dpaa_eth_cgscn() argument
837 if (congested) { in dpaa_eth_cgscn()

Completed in 36 milliseconds