Searched refs:congested (Results 1 – 15 of 15) sorted by relevance
/drivers/md/bcache/ |
D | io.c | 150 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()
|
D | request.c | 348 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()
|
D | sysfs.c | 94 read_attribute(congested); 732 sysfs_hprint(congested, in SHOW()
|
D | bcache.h | 693 atomic_t congested; member
|
/drivers/crypto/caam/ |
D | qi.c | 526 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/ |
D | drbd_req.c | 994 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/ |
D | md-linear.c | 325 .congested = linear_congested,
|
D | md-multipath.c | 481 .congested = multipath_congested,
|
D | md.h | 594 int (*congested)(struct mddev *mddev, int bits); member
|
D | raid0.c | 821 .congested = raid0_congested,
|
D | raid5.c | 8431 .congested = raid5_congested, 8456 .congested = raid5_congested, 8482 .congested = raid5_congested,
|
D | raid1.c | 3386 .congested = raid1_congested,
|
D | md.c | 462 else if (pers && pers->congested) in mddev_congested() 463 ret = pers->congested(mddev, bits); in mddev_congested()
|
D | raid10.c | 4932 .congested = raid10_congested,
|
/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 795 int congested) in dpaa_eth_cgscn() argument 800 if (congested) { in dpaa_eth_cgscn()
|