Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/md/
Ddm-log-userspace-base.c54 spinlock_t flush_lock; member
229 spin_lock_init(&lc->flush_lock); in userspace_ctr()
575 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_flush()
578 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_flush()
659 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_mark_region()
663 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_mark_region()
696 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_clear_region()
700 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_clear_region()
/linux-4.4.14/net/rds/
Dib_rdma.c69 struct mutex flush_lock; /* serialize fmr invalidate */ member
251 mutex_init(&pool->flush_lock); in rds_ib_create_mr_pool()
645 while (!mutex_trylock(&pool->flush_lock)) { in rds_ib_flush_mr_pool()
667 mutex_lock(&pool->flush_lock); in rds_ib_flush_mr_pool()
742 mutex_unlock(&pool->flush_lock); in rds_ib_flush_mr_pool()
Diw_rdma.c61 struct mutex flush_lock; /* serialize fmr invalidate */ member
328 mutex_init(&pool->flush_lock);
473 mutex_lock(&pool->flush_lock);
520 mutex_unlock(&pool->flush_lock);