Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/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.c3225 mutex_init(&ha->mq_lock); in qla2x00_probe_one()
7198 mutex_lock(&ha->mq_lock); in qla2x00_do_dpc()
7202 mutex_unlock(&ha->mq_lock); in qla2x00_do_dpc()
7750 mutex_lock(&ha->mq_lock); in qla_pci_error_cleanup()
7755 mutex_unlock(&ha->mq_lock); in qla_pci_error_cleanup()
7926 mutex_lock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
7929 mutex_unlock(&ha->mq_lock); in qla2xxx_pci_slot_reset()
8031 mutex_lock(&ha->mq_lock); in qla_pci_reset_prepare()
8034 mutex_unlock(&ha->mq_lock); in qla_pci_reset_prepare()
8055 mutex_lock(&ha->mq_lock); in qla_pci_reset_done()
[all …]
Dqla_init.c9693 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9696 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9735 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9805 mutex_lock(&ha->mq_lock); in qla2xxx_create_qpair()
9814 mutex_unlock(&ha->mq_lock); in qla2xxx_create_qpair()
9850 mutex_lock(&ha->mq_lock); in qla2xxx_delete_qpair()
9862 mutex_unlock(&ha->mq_lock); in qla2xxx_delete_qpair()
Dqla_def.h4532 struct mutex mq_lock; /* multi-queue synchronization */ member
/linux-6.12.1/include/linux/
Dipc_namespace.h84 extern spinlock_t mq_lock;