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

/drivers/block/xen-blkback/
H A Dblkback.c90 spinlock_t pending_free_lock; member in struct:xen_blkbk
139 spin_lock_irqsave(&blkbk->pending_free_lock, flags);
145 spin_unlock_irqrestore(&blkbk->pending_free_lock, flags);
158 spin_lock_irqsave(&blkbk->pending_free_lock, flags);
161 spin_unlock_irqrestore(&blkbk->pending_free_lock, flags);
846 spin_lock_init(&blkbk->pending_free_lock);

Completed in 180 milliseconds