Searched refs:congested (Results 1 – 7 of 7) sorted by relevance
151 int congested = atomic_read(&c->congested); in bch_bbio_count_io_errors() local158 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()
336 i += atomic_read(&c->congested); in bch_get_congested()367 unsigned int sectors, congested; in check_should_bypass() local424 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()
104 read_attribute(congested);774 sysfs_hprint(congested, in SHOW()
706 atomic_t congested; member
539 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() argument541 caam_congested = congested; in cgr_cb()543 if (congested) { in cgr_cb()
988 bool congested = false; in maybe_pull_ahead() local1012 congested = true; in maybe_pull_ahead()1017 congested = true; in maybe_pull_ahead()1020 if (congested) { in maybe_pull_ahead()
832 int congested) in dpaa_eth_cgscn() argument837 if (congested) { in dpaa_eth_cgscn()
Completed in 36 milliseconds