Searched refs:spinlock (Results 76 - 100 of 2299) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_drv.h10 #include <linux/spinlock.h>
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_clu.h12 #include <linux/spinlock.h>
H A Dvsp1_lut.h12 #include <linux/spinlock.h>
/linux-master/include/linux/
H A Di2c-smbus.h12 #include <linux/spinlock.h>
H A Dif_eql.h23 #include <linux/spinlock.h>
/linux-master/security/landlock/
H A Dobject.h14 #include <linux/spinlock.h>
/linux-master/include/net/netns/
H A Dcan.h9 #include <linux/spinlock.h>
/linux-master/sound/soc/ux500/
H A Dux500_msp_dai.h14 #include <linux/spinlock.h>
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.h13 #include <linux/spinlock.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsmt.h38 #include <linux/spinlock.h>
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h8 #include <linux/spinlock.h>
/linux-master/drivers/s390/cio/
H A Disc.c9 #include <linux/spinlock.h>
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_drv.h15 #include <linux/spinlock.h>
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dgfp.h8 #include <nvhe/spinlock.h>
/linux-master/include/drm/
H A Ddrm_flip_work.h28 #include <linux/spinlock.h>
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs_types.h12 #include <linux/spinlock.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_execlist_types.h10 #include <linux/spinlock.h>
H A Dxe_hw_fence_types.h13 #include <linux/spinlock.h>
H A Dxe_gsc_types.h11 #include <linux/spinlock.h>
/linux-master/sound/drivers/
H A Dmtpav.c127 spinlock_t spinlock; member in struct:mtpav
312 spin_lock_irqsave(&mtp_card->spinlock, flags);
314 spin_unlock_irqrestore(&mtp_card->spinlock, flags);
342 spin_lock_irqsave(&mtp_card->spinlock, flags);
347 spin_unlock_irqrestore(&mtp_card->spinlock, flags);
360 spin_lock_irqsave(&mtp_card->spinlock, flags);
365 spin_unlock_irqrestore(&mtp_card->spinlock, flags);
378 spin_lock_irqsave(&mtp_card->spinlock, flags);
383 spin_unlock_irqrestore(&mtp_card->spinlock, flags);
398 spin_lock_irqsave(&chip->spinlock, flag
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c21 #include <linux/spinlock.h>
37 * needs a spinlock held on entry (res->spinlock) and it is the
38 * only one that holds a lock on exit (res->spinlock).
55 * taken: takes and drops res->spinlock
66 spin_lock(&res->spinlock);
76 spin_unlock(&res->spinlock);
95 * caller needs: res->spinlock
96 * taken: takes and drops lock->spinlock
97 * held on exit: res->spinlock
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c15 #include <linux/spinlock.h>
228 spin_lock_irqsave(&speakup_info.spinlock, flags);
231 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
248 spin_lock_irqsave(&speakup_info.spinlock, flags);
251 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
257 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
264 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
272 spin_lock_irqsave(&speakup_info.spinlock, flags);
274 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
286 spin_lock_irqsave(&speakup_info.spinlock,
[all...]
H A Dthread.c27 spin_lock_irqsave(&speakup_info.spinlock, flags);
37 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
/linux-master/drivers/comedi/drivers/
H A Ddas800.c236 spin_lock_irqsave(&dev->spinlock, irq_flags);
244 spin_unlock_irqrestore(&dev->spinlock, irq_flags);
251 spin_lock_irqsave(&dev->spinlock, irq_flags);
254 spin_unlock_irqrestore(&dev->spinlock, irq_flags);
379 spin_lock_irqsave(&dev->spinlock, irq_flags);
382 spin_unlock_irqrestore(&dev->spinlock, irq_flags);
403 spin_lock_irqsave(&dev->spinlock, irq_flags);
405 spin_unlock_irqrestore(&dev->spinlock, irq_flags);
442 spin_lock_irqsave(&dev->spinlock, irq_flags);
445 * Don't release spinlock ye
[all...]
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.c52 spin_lock_irqsave(&sst->spinlock, flags);
54 spin_unlock_irqrestore(&sst->spinlock, flags);
63 spin_lock_irqsave(&sst->spinlock, flags);
65 spin_unlock_irqrestore(&sst->spinlock, flags);
125 spin_lock_irqsave(&sst->spinlock, flags);
127 spin_unlock_irqrestore(&sst->spinlock, flags);
138 spin_lock_irqsave(&sst->spinlock, flags);
140 spin_unlock_irqrestore(&sst->spinlock, flags);

Completed in 536 milliseconds

1234567891011>>