Home
last modified time | relevance | path

Searched refs:congested (Results 1 – 15 of 15) 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.c348 i += atomic_read(&c->congested); in bch_get_congested()
379 unsigned int sectors, congested; in check_should_bypass() local
415 congested = bch_get_congested(c); in check_should_bypass()
416 if (!congested && !dc->sequential_cutoff) in check_should_bypass()
453 if (congested && sectors >= congested) { in check_should_bypass()
Dsysfs.c94 read_attribute(congested);
732 sysfs_hprint(congested, in SHOW()
Dbcache.h693 atomic_t congested; member
/drivers/crypto/caam/
Dqi.c526 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() argument
528 caam_congested = congested; in cgr_cb()
530 if (congested) { in cgr_cb()
/drivers/block/drbd/
Ddrbd_req.c994 bool congested = false; in maybe_pull_ahead() local
1018 congested = true; in maybe_pull_ahead()
1023 congested = true; in maybe_pull_ahead()
1026 if (congested) { in maybe_pull_ahead()
/drivers/md/
Dmd-linear.c325 .congested = linear_congested,
Dmd-multipath.c481 .congested = multipath_congested,
Dmd.h594 int (*congested)(struct mddev *mddev, int bits); member
Draid0.c821 .congested = raid0_congested,
Draid5.c8431 .congested = raid5_congested,
8456 .congested = raid5_congested,
8482 .congested = raid5_congested,
Draid1.c3386 .congested = raid1_congested,
Dmd.c462 else if (pers && pers->congested) in mddev_congested()
463 ret = pers->congested(mddev, bits); in mddev_congested()
Draid10.c4932 .congested = raid10_congested,
/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c795 int congested) in dpaa_eth_cgscn() argument
800 if (congested) { in dpaa_eth_cgscn()