Home
last modified time | relevance | path

Searched refs:mq_lock (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/ipc/
Dmqueue.c184 spin_lock(&mq_lock); in get_ns_from_inode()
186 spin_unlock(&mq_lock); in get_ns_from_inode()
376 spin_lock(&mq_lock); in mqueue_get_inode()
380 spin_unlock(&mq_lock); in mqueue_get_inode()
387 spin_unlock(&mq_lock); in mqueue_get_inode()
548 spin_lock(&mq_lock); in mqueue_evict_inode()
558 spin_unlock(&mq_lock); in mqueue_evict_inode()
574 spin_lock(&mq_lock); in mqueue_create_attr()
587 spin_unlock(&mq_lock); in mqueue_create_attr()
592 spin_lock(&mq_lock); in mqueue_create_attr()
[all …]
Dnamespace.c200 if (refcount_dec_and_lock(&ns->ns.count, &mq_lock)) { in put_ipc_ns()
202 spin_unlock(&mq_lock); in put_ipc_ns()
Dmsgutil.c21 DEFINE_SPINLOCK(mq_lock);
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_mid.c730 mutex_lock(&ha->mq_lock); in qla25xx_create_req_que()
733 mutex_unlock(&ha->mq_lock); in qla25xx_create_req_que()
779 mutex_unlock(&ha->mq_lock); in qla25xx_create_req_que()
796 mutex_lock(&ha->mq_lock); in qla25xx_create_req_que()
798 mutex_unlock(&ha->mq_lock); in qla25xx_create_req_que()
853 mutex_lock(&ha->mq_lock); in qla25xx_create_rsp_que()
856 mutex_unlock(&ha->mq_lock); in qla25xx_create_rsp_que()
891 mutex_unlock(&ha->mq_lock); in qla25xx_create_rsp_que()
912 mutex_lock(&ha->mq_lock); in qla25xx_create_rsp_que()
914 mutex_unlock(&ha->mq_lock); in qla25xx_create_rsp_que()
Dqla_os.c3232 mutex_init(&ha->mq_lock); in qla2x00_probe_one()
7203 mutex_lock(&ha->mq_lock); in qla2x00_do_dpc()
7207 mutex_unlock(&ha->mq_lock); in qla2x00_do_dpc()
7755 mutex_lock(&ha->mq_lock); in qla_pci_error_cleanup()
7760 mutex_unlock(&ha->mq_lock); in qla_pci_error_cleanup()
7931 mutex_lock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
7934 mutex_unlock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
8036 mutex_lock(&ha->mq_lock); in qla_pci_reset_prepare()
8039 mutex_unlock(&ha->mq_lock); in qla_pci_reset_prepare()
8060 mutex_lock(&ha->mq_lock); in qla_pci_reset_done()
[all …]
Dqla_init.c9643 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9646 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9685 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9755 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9764 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9800 mutex_lock(&ha->mq_lock); in qla2xxx_delete_qpair()
9812 mutex_unlock(&ha->mq_lock); in qla2xxx_delete_qpair()
Dqla_def.h4523 struct mutex mq_lock; /* multi-queue synchronization */ member
/linux-6.6.21/include/linux/
Dipc_namespace.h84 extern spinlock_t mq_lock;