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

/linux-master/drivers/md/
H A Draid5-cache.c217 atomic_t pending_stripe;/* how many stripes not flushed to raid */ member in struct:r5l_io_unit
615 if (atomic_dec_and_test(&io->pending_stripe)) {
621 /* decrease pending_stripe for flush payload */
623 if (atomic_dec_and_test(&io->pending_stripe))
895 /* multiple flush payloads count as one pending_stripe */
898 atomic_inc(&io->pending_stripe);
962 atomic_inc(&io->pending_stripe);
1123 atomic_inc(&log->current_io->pending_stripe);
1252 if (io && atomic_dec_and_test(&io->pending_stripe))

Completed in 111 milliseconds