Home
last modified time | relevance | path

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

/linux-6.15/scripts/coccinelle/locks/
H A Dflags.cocci2 /// Find nested lock+irqsave functions that use the same flags variables
73 cocci.print_secs("nested lock+irqsave that reuses flags",p2)
80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
/linux-6.15/sound/ppc/
H A Dsnd_ps3.c224 unsigned long irqsave; in snd_ps3_program_dma() local
245 spin_lock_irqsave(&card->dma_lock, irqsave); in snd_ps3_program_dma()
292 spin_unlock_irqrestore(&card->dma_lock, irqsave); in snd_ps3_program_dma()
564 unsigned long irqsave; in snd_ps3_pcm_prepare() local
581 spin_lock_irqsave(&card->dma_lock, irqsave); in snd_ps3_pcm_prepare()
603 spin_unlock_irqrestore(&card->dma_lock, irqsave); in snd_ps3_pcm_prepare()
/linux-6.15/include/linux/
H A Dirqflags.h266 DEFINE_LOCK_GUARD_0(irqsave,
/linux-6.15/lib/
H A Ddebugobjects.c347 guard(irqsave)(); in fill_pool_from_freelist() local
519 guard(irqsave)(); in __free_object() local
/linux-6.15/arch/x86/events/
H A Dcore.c1541 guard(irqsave)(); in perf_event_print_debug() local
/linux-6.15/Documentation/scsi/
H A Dscsi_mid_low_api.rst883 * held on entry (with "irqsave") and is expected to be
/linux-6.15/kernel/sched/
H A Dcore.c10518 scoped_guard (irqsave) { in sched_mm_cid_remote_clear()
/linux-6.15/kernel/events/
H A Dcore.c8319 scoped_guard (irqsave) { in perf_event_aux_pause()