/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_dectlk.c | 40 static DEFINE_SPINLOCK(flush_lock); 177 spin_lock_irqsave(&flush_lock, flags); in read_buff_add() 180 spin_unlock_irqrestore(&flush_lock, flags); in read_buff_add() 220 spin_lock_irqsave(&flush_lock, flags); in do_catch_up() 223 spin_unlock_irqrestore(&flush_lock, flags); in do_catch_up() 225 spin_lock_irqsave(&flush_lock, flags); in do_catch_up() 229 spin_unlock_irqrestore(&flush_lock, flags); in do_catch_up()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup_dectlk.c | 40 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()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-log-userspace-base.c | 51 * network traffic between kernel and userspace. The 'flush_lock' 54 spinlock_t flush_lock; member 229 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() 695 spin_lock_irqsave(&lc->flush_lock, flags); in userspace_clear_region() 699 spin_unlock_irqrestore(&lc->flush_lock, flags); in userspace_clear_region()
|
H A D | dm-zoned-target.c | 61 spinlock_t flush_lock; member 518 spin_lock(&dmz->flush_lock); in dmz_flush_work() 520 spin_unlock(&dmz->flush_lock); in dmz_flush_work() 661 spin_lock(&dmz->flush_lock); in dmz_map() 663 spin_unlock(&dmz->flush_lock); in dmz_map() 916 spin_lock_init(&dmz->flush_lock); in dmz_ctr()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-log-userspace-base.c | 52 * network traffic between kernel and userspace. The 'flush_lock' 55 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()
|
H A D | dm-zoned-target.c | 61 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()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_rdma.c | 359 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()
|
H A D | ib_mr.h | 91 struct mutex flush_lock; /* serialize fmr invalidate */ member
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_rdma.c | 359 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()
|
H A D | ib_mr.h | 91 struct mutex flush_lock; /* serialize fmr invalidate */ member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 93 __acquires(&qp->scq->flush_lock) __acquires(&qp->rcq->flush_lock) 95 spin_lock_irqsave(&qp->scq->flush_lock, *flags); 97 __acquire(&qp->rcq->flush_lock); 99 spin_lock(&qp->rcq->flush_lock); 104 __releases(&qp->scq->flush_lock) __releases(&qp->rcq->flush_lock) 107 __release(&qp->rcq->flush_lock); 109 spin_unlock(&qp->rcq->flush_lock); 110 spin_unlock_irqrestore(&qp->scq->flush_lock, *flag [all...] |
H A D | qplib_fp.h | 418 * Each flush list is protected by qplib_cq->flush_lock. Both scq and rcq 422 * The qplib_cq->flush_lock is required to synchronize two instances of poll_cq 425 spinlock_t flush_lock; /* QP flush management */ member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 94 __acquires(&qp->scq->flush_lock) __acquires(&qp->rcq->flush_lock) 96 spin_lock_irqsave(&qp->scq->flush_lock, *flags); 98 __acquire(&qp->rcq->flush_lock); 100 spin_lock(&qp->rcq->flush_lock); 105 __releases(&qp->scq->flush_lock) __releases(&qp->rcq->flush_lock) 108 __release(&qp->rcq->flush_lock); 110 spin_unlock(&qp->rcq->flush_lock); 111 spin_unlock_irqrestore(&qp->scq->flush_lock, *flag [all...] |
H A D | qplib_fp.h | 421 * Each flush list is protected by qplib_cq->flush_lock. Both scq and rcq 425 * The qplib_cq->flush_lock is required to synchronize two instances of poll_cq 428 spinlock_t flush_lock; /* QP flush management */ member
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 2820 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()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.c | 659 mutex_lock(&sbi->flush_lock); in f2fs_balance_fs_bg() 665 mutex_unlock(&sbi->flush_lock); in f2fs_balance_fs_bg()
|
H A D | super.c | 3810 mutex_init(&sbi->flush_lock); in f2fs_fill_super()
|
H A D | f2fs.h | 1443 struct mutex flush_lock; /* for flush exclusion */ member
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 508 mutex_lock(&sbi->flush_lock); in f2fs_balance_fs_bg() 514 mutex_unlock(&sbi->flush_lock); in f2fs_balance_fs_bg()
|
H A D | super.c | 4406 mutex_init(&sbi->flush_lock); in f2fs_fill_super()
|
H A D | f2fs.h | 1596 struct mutex flush_lock; /* for flush exclusion */ member
|