Searched refs:memory_mutex (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/isa/gus/
H A Dgus_mem.c21 mutex_lock(&alloc->memory_mutex);
23 mutex_unlock(&alloc->memory_mutex);
53 mutex_unlock(&alloc->memory_mutex);
74 mutex_unlock(&alloc->memory_mutex);
235 mutex_init(&alloc->memory_mutex);
285 mutex_lock(&alloc->memory_mutex);
329 mutex_unlock(&alloc->memory_mutex);
/linux-master/sound/core/
H A Dpcm_memory.c41 guard(mutex)(&card->memory_mutex);
47 guard(mutex)(&card->memory_mutex);
59 scoped_guard(mutex, &card->memory_mutex) {
H A Dinit.c329 mutex_init(&card->memory_mutex);
/linux-master/sound/pci/
H A Des1968.c518 struct mutex memory_mutex; /* memory lock */ member in struct:es1968
1321 mutex_lock(&chip->memory_mutex);
1326 mutex_unlock(&chip->memory_mutex);
1338 mutex_lock(&chip->memory_mutex);
1343 mutex_unlock(&chip->memory_mutex);
1350 mutex_unlock(&chip->memory_mutex);
1362 mutex_unlock(&chip->memory_mutex);
1371 mutex_lock(&chip->memory_mutex);
1390 mutex_unlock(&chip->memory_mutex);
2641 mutex_init(&chip->memory_mutex);
[all...]
/linux-master/include/sound/
H A Dcore.h132 struct mutex memory_mutex; /* protection for the above */ member in struct:snd_card
H A Dgus.h192 struct mutex memory_mutex; member in struct:snd_gf1_mem

Completed in 275 milliseconds