Searched refs:spinlock (Results 51 - 75 of 2299) sorted by relevance

1234567891011>>

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c177 spin_lock(&drvdata->spinlock);
269 spin_unlock(&drvdata->spinlock);
303 spin_lock(&drvdata->spinlock);
440 spin_unlock(&drvdata->spinlock);
469 spin_lock(&drvdata->spinlock);
471 spin_unlock(&drvdata->spinlock);
476 spin_unlock(&drvdata->spinlock);
504 spin_lock(&drvdata->spinlock);
525 spin_unlock(&drvdata->spinlock);
553 spin_lock(&drvdata->spinlock);
[all...]
H A Dcoresight-cti-sysfs.c12 #include <linux/spinlock.h>
87 spin_lock(&drvdata->spinlock);
91 spin_unlock(&drvdata->spinlock);
137 spin_lock(&drvdata->spinlock);
139 spin_unlock(&drvdata->spinlock);
184 spin_lock(&drvdata->spinlock);
187 spin_unlock(&drvdata->spinlock);
205 spin_lock(&drvdata->spinlock);
208 spin_unlock(&drvdata->spinlock);
267 spin_lock(&drvdata->spinlock);
[all...]
H A Dcoresight-tmc-etf.c185 spin_lock_irqsave(&drvdata->spinlock, flags);
187 spin_unlock_irqrestore(&drvdata->spinlock, flags);
189 /* Allocating the memory here while outside of the spinlock */
195 spin_lock_irqsave(&drvdata->spinlock, flags);
238 spin_unlock_irqrestore(&drvdata->spinlock, flags);
240 /* Free memory outside the spinlock if need be */
256 spin_lock_irqsave(&drvdata->spinlock, flags);
299 spin_unlock_irqrestore(&drvdata->spinlock, flags);
334 spin_lock_irqsave(&drvdata->spinlock, flags);
337 spin_unlock_irqrestore(&drvdata->spinlock, flag
[all...]
/linux-master/kernel/locking/
H A DMakefile23 obj-$(CONFIG_SMP) += spinlock.o
25 obj-$(CONFIG_PROVE_LOCKING) += spinlock.o
29 obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock.o
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c22 #include <linux/spinlock.h>
151 * when it is created, and since the dlm->spinlock is held at
164 assert_spin_locked(&dlm->spinlock);
181 spin_lock(&dlm->spinlock);
183 spin_unlock(&dlm->spinlock);
191 assert_spin_locked(&dlm->spinlock);
202 spin_lock(&dlm->spinlock);
207 spin_unlock(&dlm->spinlock);
217 assert_spin_locked(&dlm->spinlock);
236 spin_lock(&dlm->spinlock);
[all...]
H A Ddlmrecovery.c103 assert_spin_locked(&dlm->spinlock);
113 assert_spin_locked(&dlm->spinlock);
121 assert_spin_locked(&dlm->spinlock);
309 spin_lock(&dlm->spinlock);
311 spin_unlock(&dlm->spinlock);
320 spin_lock(&dlm->spinlock);
322 spin_unlock(&dlm->spinlock);
331 spin_lock(&dlm->spinlock);
333 spin_unlock(&dlm->spinlock);
381 spin_lock(&dlm->spinlock);
[all...]
/linux-master/drivers/char/
H A Dttyprintk.c19 #include <linux/spinlock.h>
23 spinlock_t spinlock; member in struct:ttyprintk_port
113 spin_lock_irqsave(&tpkp->spinlock, flags);
115 spin_unlock_irqrestore(&tpkp->spinlock, flags);
147 spin_lock_irqsave(&tpkp->spinlock, flags);
149 spin_unlock_irqrestore(&tpkp->spinlock, flags);
182 spin_lock_init(&tpk_port.spinlock);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decext.c167 spin_lock_irqsave(&speakup_info.spinlock, flags);
169 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
173 spin_lock_irqsave(&speakup_info.spinlock, flags);
176 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
182 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
188 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
196 spin_lock_irqsave(&speakup_info.spinlock, flags);
198 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
210 spin_lock_irqsave(&speakup_info.spinlock,
214 spin_unlock_irqrestore(&speakup_info.spinlock,
[all...]
H A Dspeakup_apollo.c153 spin_lock_irqsave(&speakup_info.spinlock, flags);
155 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
159 spin_lock_irqsave(&speakup_info.spinlock, flags);
165 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
171 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
177 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
185 spin_lock_irqsave(&speakup_info.spinlock, flags);
189 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
199 spin_lock_irqsave(&speakup_info.spinlock, flags);
201 spin_unlock_irqrestore(&speakup_info.spinlock, flag
[all...]
/linux-master/drivers/watchdog/
H A Dof_xilinx_wdt.c43 spinlock_t spinlock; /* spinlock for register handling */ member in struct:xwdt_device
60 spin_lock(&xdev->spinlock);
71 spin_unlock(&xdev->spinlock);
83 spin_lock(&xdev->spinlock);
92 spin_unlock(&xdev->spinlock);
106 spin_lock(&xdev->spinlock);
112 spin_unlock(&xdev->spinlock);
137 spin_lock(&xdev->spinlock);
148 spin_unlock(&xdev->spinlock);
[all...]
H A Dxilinx_wwdt.c53 * @spinlock: spinlock for IO register access
60 spinlock_t spinlock; /* spinlock for register handling */ member in struct:xwwdt_device
79 spin_lock(&xdev->spinlock);
91 spin_unlock(&xdev->spinlock);
103 spin_lock(&xdev->spinlock);
113 spin_unlock(&xdev->spinlock);
170 spin_lock_init(&xdev->spinlock);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fence.c58 spin_lock_init(&fctx->spinlock);
98 spin_lock_irqsave(&fctx->spinlock, flags);
103 spin_unlock_irqrestore(&fctx->spinlock, flags);
140 spin_lock_irqsave(&fctx->spinlock, flags);
165 spin_unlock_irqrestore(&fctx->spinlock, flags);
200 dma_fence_init(&f->base, &msm_fence_ops, &fctx->spinlock,
/linux-master/arch/arm/common/
H A Dkrait-l2-accessors.c4 #include <linux/spinlock.h>
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.h10 #include <linux/spinlock.h>
33 * spinlock is used to synchronize access to same
/linux-master/include/linux/fsl/bestcomm/
H A Dsram.h17 #include <linux/spinlock.h>
/linux-master/include/linux/
H A Dblockgroup_lock.h10 #include <linux/spinlock.h>
H A Dsync_file.h19 #include <linux/spinlock.h>
/linux-master/drivers/nvdimm/
H A Dvirtio_pmem.h16 #include <linux/spinlock.h>
/linux-master/drivers/hwspinlock/
H A Dhwspinlock_internal.h13 #include <linux/spinlock.h>
/linux-master/arch/arm/mach-footbridge/
H A Disa-timer.c13 #include <linux/spinlock.h>
/linux-master/kernel/time/
H A Dtimekeeping_internal.h6 #include <linux/spinlock.h>
/linux-master/kernel/bpf/
H A Dpercpu_freelist.h6 #include <linux/spinlock.h>
/linux-master/arch/x86/kernel/
H A Dparavirt-spinlocks.c3 * Split spinlock implementation out into its own file, so it can be
6 #include <linux/spinlock.h>
/linux-master/drivers/gpu/drm/lima/
H A Dlima_devfreq.h8 #include <linux/spinlock.h>
/linux-master/include/net/caif/
H A Dcfcnfg.h9 #include <linux/spinlock.h>

Completed in 402 milliseconds

1234567891011>>