Lines Matching defs:quiesce
238 * 1. when quiesce in r5c write back;
242 (conf->quiesce && r5c_is_writeback(conf->log) &&
816 if (!(flags & R5_GAS_NOQUIESCE) && conf->quiesce) {
819 * waiting, on quiesce, otherwise the batch_last will
830 !conf->quiesce,
5556 if (conf->quiesce == 0) {
5561 if (!did_inc || smp_load_acquire(&conf->quiesce) != 0) {
5562 /* quiesce is in progress, so we need to undo io activation and wait
5568 wait_event_lock_irq(conf->wait_for_quiescent, conf->quiesce == 0,
6561 wait_event(conf->wait_for_overlap, conf->quiesce != 2);
8710 static void raid5_quiesce(struct mddev *mddev, int quiesce)
8714 if (quiesce) {
8722 * quiesce started and reverts to slow (locked) path.
8724 smp_store_release(&conf->quiesce, 2);
8730 conf->quiesce = 1;
8737 conf->quiesce = 0;
8742 log_quiesce(conf, quiesce);
9093 .quiesce = raid5_quiesce,
9118 .quiesce = raid5_quiesce,
9144 .quiesce = raid5_quiesce,