Home
last modified time | relevance | path

Searched refs:ca_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/media/pci/mantis/
Dmantis_hif.c95 mutex_lock(&ca->ca_lock); in mantis_hif_read_mem()
108 mutex_unlock(&ca->ca_lock); in mantis_hif_read_mem()
112 mutex_unlock(&ca->ca_lock); in mantis_hif_read_mem()
124 mutex_lock(&ca->ca_lock); in mantis_hif_write_mem()
137 mutex_unlock(&ca->ca_lock); in mantis_hif_write_mem()
141 mutex_unlock(&ca->ca_lock); in mantis_hif_write_mem()
152 mutex_lock(&ca->ca_lock); in mantis_hif_read_iom()
165 mutex_unlock(&ca->ca_lock); in mantis_hif_read_iom()
171 mutex_unlock(&ca->ca_lock); in mantis_hif_read_iom()
182 mutex_lock(&ca->ca_lock); in mantis_hif_write_iom()
[all …]
Dmantis_link.h64 struct mutex ca_lock; member
Dmantis_ca.c175 mutex_init(&ca->ca_lock); in mantis_ca_init()
/linux-4.1.27/arch/ia64/sn/pci/
Dtioca_provider.c392 spin_lock_irqsave(&tioca_kern->ca_lock, flags); in tioca_dma_mapped()
448 spin_unlock_irqrestore(&tioca_kern->ca_lock, flags); in tioca_dma_mapped()
481 spin_lock_irqsave(&tioca_kern->ca_lock, flags); in tioca_dma_unmap()
498 spin_unlock_irqrestore(&tioca_kern->ca_lock, flags); in tioca_dma_unmap()
621 spin_lock_init(&tioca_kern->ca_lock); in tioca_bus_fixup()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dtioca_provider.h52 spinlock_t ca_lock; /* Kernel lock */ member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c63 struct ldlm_lock *ca_lock; member