Searched refs:flush_lock (Results 1 – 8 of 8) sorted by relevance
| /drivers/accessibility/speakup/ |
| 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()
|
| /drivers/md/ |
| A D | dm-log-userspace-base.c | 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()
|
| 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()
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | qplib_fp.c | 98 __acquires(&qp->scq->flush_lock) __acquires(&qp->rcq->flush_lock) in bnxt_qplib_acquire_cq_flush_locks() 100 spin_lock_irqsave(&qp->scq->flush_lock, *flags); in bnxt_qplib_acquire_cq_flush_locks() 102 __acquire(&qp->rcq->flush_lock); in bnxt_qplib_acquire_cq_flush_locks() 104 spin_lock(&qp->rcq->flush_lock); in bnxt_qplib_acquire_cq_flush_locks() 109 __releases(&qp->scq->flush_lock) __releases(&qp->rcq->flush_lock) in bnxt_qplib_release_cq_flush_locks() 112 __release(&qp->rcq->flush_lock); in bnxt_qplib_release_cq_flush_locks() 114 spin_unlock(&qp->rcq->flush_lock); in bnxt_qplib_release_cq_flush_locks() 115 spin_unlock_irqrestore(&qp->scq->flush_lock, *flags); in bnxt_qplib_release_cq_flush_locks() 2289 spin_lock_init(&cq->flush_lock); in bnxt_qplib_create_cq() 3131 spin_lock_irqsave(&cq->flush_lock, flags); in bnxt_qplib_process_flush_list() [all …]
|
| A D | qplib_fp.h | 469 spinlock_t flush_lock; /* QP flush management */ member
|
| /drivers/infiniband/hw/hns/ |
| A D | hns_roce_qp.c | 95 spin_lock_irqsave(&hr_qp->flush_lock, flags); in init_flush_work() 98 spin_unlock_irqrestore(&hr_qp->flush_lock, flags); in init_flush_work() 104 spin_unlock_irqrestore(&hr_qp->flush_lock, flags); in init_flush_work() 1160 spin_lock_init(&hr_qp->flush_lock); in hns_roce_create_qp_common()
|
| A D | hns_roce_device.h | 644 spinlock_t flush_lock; member
|
| A D | hns_roce_hw_v2.c | 5698 spin_lock_irqsave(&hr_qp->flush_lock, flags); in hns_roce_v2_destroy_qp() 5700 spin_unlock_irqrestore(&hr_qp->flush_lock, flags); in hns_roce_v2_destroy_qp()
|
Completed in 42 milliseconds