Home
last modified time | relevance | path

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

/linux-6.1.9/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.c3197 mutex_init(&ha->mq_lock); in qla2x00_probe_one()
7145 mutex_lock(&ha->mq_lock); in qla2x00_do_dpc()
7149 mutex_unlock(&ha->mq_lock); in qla2x00_do_dpc()
7700 mutex_lock(&ha->mq_lock); in qla_pci_error_cleanup()
7705 mutex_unlock(&ha->mq_lock); in qla_pci_error_cleanup()
7876 mutex_lock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
7879 mutex_unlock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
7981 mutex_lock(&ha->mq_lock); in qla_pci_reset_prepare()
7984 mutex_unlock(&ha->mq_lock); in qla_pci_reset_prepare()
8005 mutex_lock(&ha->mq_lock); in qla_pci_reset_done()
[all …]
Dqla_init.c9403 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9406 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9444 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9503 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9512 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9533 mutex_lock(&ha->mq_lock); in qla2xxx_delete_qpair()
9545 mutex_unlock(&ha->mq_lock); in qla2xxx_delete_qpair()
Dqla_def.h4447 struct mutex mq_lock; /* multi-queue synchronization */ member
/linux-6.1.9/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.c183 if (refcount_dec_and_lock(&ns->ns.count, &mq_lock)) { in put_ipc_ns()
185 spin_unlock(&mq_lock); in put_ipc_ns()
Dmsgutil.c21 DEFINE_SPINLOCK(mq_lock);
/linux-6.1.9/include/linux/
Dipc_namespace.h84 extern spinlock_t mq_lock;