Searched refs:pending_flushes (Results 1 – 1 of 1) sorted by relevance
148 atomic_t pending_flushes; /* how many disk flushes are in progress */ member252 atomic_set(&io->pending_flushes, 0); in ppl_new_iounit()602 if (atomic_dec_and_test(&io->pending_flushes)) { in ppl_flush_endio()617 atomic_set(&io->pending_flushes, raid_disks); in ppl_do_flush()648 if (atomic_dec_and_test(&io->pending_flushes)) in ppl_do_flush()