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

/linux-master/drivers/md/
H A Draid5.h227 spinlock_t batch_lock; /* only header's lock is useful */ member in struct:stripe_head
H A Draid5.c960 spin_lock(&head->batch_head->batch_lock);
963 spin_unlock(&head->batch_head->batch_lock);
968 * batch_lock, otherwise clear_batch_ready of batch head
980 spin_unlock(&head->batch_head->batch_lock);
984 spin_lock(&head->batch_lock);
986 spin_unlock(&head->batch_lock);
2365 spin_lock_init(&sh->batch_lock);
4861 spin_lock(&sh->batch_lock);
4864 spin_unlock(&sh->batch_lock);

Completed in 234 milliseconds