Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-record.c616 static struct mutex synth_lock; variable
625 mutex_lock(&synth_lock); in process_locked_synthesized_event()
627 mutex_unlock(&synth_lock); in process_locked_synthesized_event()
2072 mutex_init(&synth_lock); in record__synthesize()
2088 mutex_destroy(&synth_lock); in record__synthesize()
/Linux-v6.6/include/sound/
Demu10k1.h1740 spinlock_t synth_lock; member
/Linux-v6.6/sound/pci/emu10k1/
Demu10k1_main.c1534 spin_lock_init(&emu->synth_lock); in snd_emu10k1_create()