Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c40 static DEFINE_SPINLOCK(flush_lock);
189 spin_lock_irqsave(&flush_lock, flags); in read_buff_add()
192 spin_unlock_irqrestore(&flush_lock, flags); in read_buff_add()
237 spin_lock_irqsave(&flush_lock, flags); in do_catch_up()
240 spin_unlock_irqrestore(&flush_lock, flags); in do_catch_up()
242 spin_lock_irqsave(&flush_lock, flags); in do_catch_up()
246 spin_unlock_irqrestore(&flush_lock, flags); in do_catch_up()
/linux/drivers/md/
H A Ddm-log-userspace-base.c55 spinlock_t flush_lock; member
230 spin_lock_init(&lc->flush_lock); in userspace_ctr()
574 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_flush()
577 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_flush()
658 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_mark_region()
662 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_mark_region()
693 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_clear_region()
697 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_clear_region()
H A Ddm-zoned-target.c61 spinlock_t flush_lock; member
517 spin_lock(&dmz->flush_lock); in dmz_flush_work()
519 spin_unlock(&dmz->flush_lock); in dmz_flush_work()
660 spin_lock(&dmz->flush_lock); in dmz_map()
662 spin_unlock(&dmz->flush_lock); in dmz_map()
913 spin_lock_init(&dmz->flush_lock); in dmz_ctr()
/linux/net/rds/
H A Dib_rdma.c355 while (!mutex_trylock(&pool->flush_lock)) { in rds_ib_flush_mr_pool()
377 mutex_lock(&pool->flush_lock); in rds_ib_flush_mr_pool()
429 mutex_unlock(&pool->flush_lock); in rds_ib_flush_mr_pool()
658 mutex_init(&pool->flush_lock); in rds_ib_create_mr_pool()
/linux/drivers/nvdimm/
H A Dnd_virtio.c47 guard(mutex)(&vpmem->flush_lock); in virtio_pmem_flush()
/linux/mm/
H A Dslub.c492 static DEFINE_MUTEX(flush_lock);
3967 mutex_lock(&flush_lock); in flush_all_cpus_locked()
3988 mutex_unlock(&flush_lock); in flush_all_cpus_locked()
4027 mutex_lock(&flush_lock); in flush_rcu_sheaves_on_cache()
4049 mutex_unlock(&flush_lock); in flush_rcu_sheaves_on_cache()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c5970 spin_lock_irqsave(&hr_qp->flush_lock, flags); in hns_roce_v2_destroy_qp()
5972 spin_unlock_irqrestore(&hr_qp->flush_lock, flags); in hns_roce_v2_destroy_qp()