Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_mid.c739 mutex_lock(&ha->mq_lock); in qla25xx_create_req_que()
742 mutex_unlock(&ha->mq_lock); in qla25xx_create_req_que()
788 mutex_unlock(&ha->mq_lock); in qla25xx_create_req_que()
805 mutex_lock(&ha->mq_lock); in qla25xx_create_req_que()
807 mutex_unlock(&ha->mq_lock); in qla25xx_create_req_que()
862 mutex_lock(&ha->mq_lock); in qla25xx_create_rsp_que()
865 mutex_unlock(&ha->mq_lock); in qla25xx_create_rsp_que()
900 mutex_unlock(&ha->mq_lock); in qla25xx_create_rsp_que()
921 mutex_lock(&ha->mq_lock); in qla25xx_create_rsp_que()
923 mutex_unlock(&ha->mq_lock); in qla25xx_create_rsp_que()
Dqla_os.c3167 mutex_init(&ha->mq_lock); in qla2x00_probe_one()
7117 mutex_lock(&ha->mq_lock); in qla2x00_do_dpc()
7121 mutex_unlock(&ha->mq_lock); in qla2x00_do_dpc()
7672 mutex_lock(&ha->mq_lock); in qla_pci_error_cleanup()
7677 mutex_unlock(&ha->mq_lock); in qla_pci_error_cleanup()
7848 mutex_lock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
7851 mutex_unlock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
7953 mutex_lock(&ha->mq_lock); in qla_pci_reset_prepare()
7956 mutex_unlock(&ha->mq_lock); in qla_pci_reset_prepare()
7977 mutex_lock(&ha->mq_lock); in qla_pci_reset_done()
[all …]
Dqla_init.c9392 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9395 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9433 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9492 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9501 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9522 mutex_lock(&ha->mq_lock); in qla2xxx_delete_qpair()
9534 mutex_unlock(&ha->mq_lock); in qla2xxx_delete_qpair()
Dqla_def.h4436 struct mutex mq_lock; /* multi-queue synchronization */ member
/linux-5.19.10/ipc/
Dnamespace.c180 if (refcount_dec_and_lock(&ns->ns.count, &mq_lock)) { in put_ipc_ns()
182 spin_unlock(&mq_lock); in put_ipc_ns()
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 …]
Dmsgutil.c21 DEFINE_SPINLOCK(mq_lock);
/linux-5.19.10/include/linux/
Dipc_namespace.h83 extern spinlock_t mq_lock;