Home
last modified time | relevance | path

Searched refs:synth_lock (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-record.c631 static struct mutex synth_lock; variable
640 mutex_lock(&synth_lock); in process_locked_synthesized_event()
642 mutex_unlock(&synth_lock); in process_locked_synthesized_event()
2126 mutex_init(&synth_lock); in record__synthesize()
2142 mutex_destroy(&synth_lock); in record__synthesize()
/linux-6.15/include/sound/
H A Demu10k1.h1748 spinlock_t synth_lock; member
/linux-6.15/sound/pci/emu10k1/
H A Demu10k1_main.c1491 spin_lock_init(&emu->synth_lock); in snd_emu10k1_create()