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

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

Completed in 114 milliseconds