Searched refs:check_for_drain_complete (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dlogical-zone.c150 * check_for_drain_complete() - Check whether this zone has drained.
153 static void check_for_drain_complete(struct logical_zone *zone) function
169 check_for_drain_complete(container_of(state, struct logical_zone, state));
307 check_for_drain_complete(zone);
H A Dflush.c291 * check_for_drain_complete() - Check whether the flusher has drained.
294 static void check_for_drain_complete(struct flusher *flusher) function
343 check_for_drain_complete(flusher);
532 check_for_drain_complete(container_of(state, struct flusher, state));
H A Drecovery-journal.c325 * check_for_drain_complete() - Check whether the journal has drained.
328 static void check_for_drain_complete(struct recovery_journal *journal) function
380 check_for_drain_complete(listener);
396 check_for_drain_complete(journal);
472 check_for_drain_complete(journal);
571 check_for_drain_complete(journal);
1299 check_for_drain_complete(journal);
1621 check_for_drain_complete(container_of(state, struct recovery_journal, state));
H A Dpacker.c615 * check_for_drain_complete() - Check whether the packer has drained.
618 static void check_for_drain_complete(struct packer *packer) function
639 check_for_drain_complete(packer);
692 check_for_drain_complete(packer);
H A Dblock-map.c624 static void check_for_drain_complete(struct block_map_zone *zone) function
647 check_for_drain_complete(zone);
682 * Don't decrement until right before calling check_for_drain_complete() to
686 check_for_drain_complete(cache->zone);
724 * Don't decrement until right before calling check_for_drain_complete() to
728 check_for_drain_complete(cache->zone);
1027 check_for_drain_complete(cache->zone);
1083 check_for_drain_complete(cache->zone);
1550 check_for_drain_complete(zone);
2983 check_for_drain_complete(zon
[all...]
H A Ddedupe.c2253 * check_for_drain_complete() - Check whether this zone has drained.
2256 static void check_for_drain_complete(struct hash_zone *zone) function
2336 check_for_drain_complete(zone);
2532 check_for_drain_complete(container_of(state, struct hash_zone, state));

Completed in 148 milliseconds