Searched refs:batch_last (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/md/
H A Draid5.c768 struct stripe_head *batch_last; member in struct:stripe_request_ctx
818 * Must release the reference to batch_last before
819 * waiting, on quiesce, otherwise the batch_last will
824 if (ctx && ctx->batch_last) {
825 raid5_release_stripe(ctx->batch_last);
826 ctx->batch_last = NULL;
858 /* release batch_last before wait to avoid risk of deadlock */
859 if (ctx && ctx->batch_last) {
860 raid5_release_stripe(ctx->batch_last);
861 ctx->batch_last
[all...]

Completed in 165 milliseconds