pending_flushes   148 drivers/md/raid5-ppl.c 	atomic_t pending_flushes;	/* how many disk flushes are in progress */
pending_flushes   252 drivers/md/raid5-ppl.c 	atomic_set(&io->pending_flushes, 0);
pending_flushes   609 drivers/md/raid5-ppl.c 	if (atomic_dec_and_test(&io->pending_flushes)) {
pending_flushes   624 drivers/md/raid5-ppl.c 	atomic_set(&io->pending_flushes, raid_disks);
pending_flushes   657 drivers/md/raid5-ppl.c 		if (atomic_dec_and_test(&io->pending_flushes))