Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/accessibility/speakup/
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-6.6.21/drivers/md/
Ddm-log-userspace-base.c55 spinlock_t flush_lock; member
230 spin_lock_init(&lc->flush_lock); in userspace_ctr()
573 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_flush()
576 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_flush()
657 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_mark_region()
661 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_mark_region()
692 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_clear_region()
696 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_clear_region()
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-6.6.21/net/rds/
Dib_rdma.c359 while (!mutex_trylock(&pool->flush_lock)) { in rds_ib_flush_mr_pool()
381 mutex_lock(&pool->flush_lock); in rds_ib_flush_mr_pool()
433 mutex_unlock(&pool->flush_lock); in rds_ib_flush_mr_pool()
657 mutex_init(&pool->flush_lock); in rds_ib_create_mr_pool()
Dib_mr.h91 struct mutex flush_lock; /* serialize fmr invalidate */ member
/linux-6.6.21/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c94 __acquires(&qp->scq->flush_lock) __acquires(&qp->rcq->flush_lock) in bnxt_qplib_acquire_cq_flush_locks()
96 spin_lock_irqsave(&qp->scq->flush_lock, *flags); in bnxt_qplib_acquire_cq_flush_locks()
98 __acquire(&qp->rcq->flush_lock); in bnxt_qplib_acquire_cq_flush_locks()
100 spin_lock(&qp->rcq->flush_lock); in bnxt_qplib_acquire_cq_flush_locks()
105 __releases(&qp->scq->flush_lock) __releases(&qp->rcq->flush_lock) in bnxt_qplib_release_cq_flush_locks()
108 __release(&qp->rcq->flush_lock); in bnxt_qplib_release_cq_flush_locks()
110 spin_unlock(&qp->rcq->flush_lock); in bnxt_qplib_release_cq_flush_locks()
111 spin_unlock_irqrestore(&qp->scq->flush_lock, *flags); in bnxt_qplib_release_cq_flush_locks()
2127 spin_lock_init(&cq->flush_lock); in bnxt_qplib_create_cq()
2918 spin_lock_irqsave(&cq->flush_lock, flags); in bnxt_qplib_process_flush_list()
[all …]
Dqplib_fp.h428 spinlock_t flush_lock; /* QP flush management */ member
/linux-6.6.21/mm/
Dslub.c2820 static DEFINE_MUTEX(flush_lock);
2829 mutex_lock(&flush_lock); in flush_all_cpus_locked()
2850 mutex_unlock(&flush_lock); in flush_all_cpus_locked()
/linux-6.6.21/fs/f2fs/
Dsegment.c508 mutex_lock(&sbi->flush_lock); in f2fs_balance_fs_bg()
514 mutex_unlock(&sbi->flush_lock); in f2fs_balance_fs_bg()
Df2fs.h1592 struct mutex flush_lock; /* for flush exclusion */ member
Dsuper.c4405 mutex_init(&sbi->flush_lock); in f2fs_fill_super()