Home
last modified time | relevance | path

Searched refs:flush_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/iommu/
Dshmobile-ipmmu.c38 spin_lock(&ipmmu->flush_lock); in ipmmu_tlb_flush()
43 spin_unlock(&ipmmu->flush_lock); in ipmmu_tlb_flush()
52 spin_lock(&ipmmu->flush_lock); in ipmmu_tlb_set()
88 spin_unlock(&ipmmu->flush_lock); in ipmmu_tlb_set()
102 spin_lock_init(&ipmmu->flush_lock); in ipmmu_probe()
Dshmobile-ipmmu.h17 spinlock_t flush_lock; member
/linux-4.1.27/drivers/staging/speakup/
Dspeakup_dectlk.c54 static spinlock_t flush_lock; variable
185 spin_lock_irqsave(&flush_lock, flags); in read_buff_add()
188 spin_unlock_irqrestore(&flush_lock, flags); in read_buff_add()
228 spin_lock_irqsave(&flush_lock, flags); in do_catch_up()
231 spin_unlock_irqrestore(&flush_lock, flags); in do_catch_up()
233 spin_lock_irqsave(&flush_lock, flags); in do_catch_up()
237 spin_unlock_irqrestore(&flush_lock, flags); in do_catch_up()
/linux-4.1.27/drivers/md/
Ddm-log-userspace-base.c54 spinlock_t flush_lock; member
229 spin_lock_init(&lc->flush_lock); in userspace_ctr()
576 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_flush()
579 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_flush()
660 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_mark_region()
664 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_mark_region()
697 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_clear_region()
701 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_clear_region()
/linux-4.1.27/net/rds/
Dib_rdma.c68 struct mutex flush_lock; /* serialize fmr invalidate */ member
226 mutex_init(&pool->flush_lock); in rds_ib_create_mr_pool()
586 while(!mutex_trylock(&pool->flush_lock)) { in rds_ib_flush_mr_pool()
608 mutex_lock(&pool->flush_lock); in rds_ib_flush_mr_pool()
680 mutex_unlock(&pool->flush_lock); in rds_ib_flush_mr_pool()
Diw_rdma.c62 struct mutex flush_lock; /* serialize fmr invalidate */ member
347 mutex_init(&pool->flush_lock);
493 mutex_lock(&pool->flush_lock);
540 mutex_unlock(&pool->flush_lock);