Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/gus/
H A Dgus_mem.c21 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_lock()
23 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_lock()
53 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xalloc()
74 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xfree()
235 mutex_init(&alloc->memory_mutex); in snd_gf1_mem_init()
285 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
329 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
/openbmc/linux/sound/core/
H A Dpcm_memory.c41 mutex_lock(&card->memory_mutex); in update_allocated_size()
43 mutex_unlock(&card->memory_mutex); in update_allocated_size()
48 mutex_lock(&card->memory_mutex); in decrease_allocated_size()
51 mutex_unlock(&card->memory_mutex); in decrease_allocated_size()
61 mutex_lock(&card->memory_mutex); in do_alloc_pages()
64 mutex_unlock(&card->memory_mutex); in do_alloc_pages()
68 mutex_unlock(&card->memory_mutex); in do_alloc_pages()
H A Dinit.c328 mutex_init(&card->memory_mutex); in snd_card_init()
/openbmc/linux/sound/pci/
H A Des1968.c520 struct mutex memory_mutex; /* memory lock */ member
1329 mutex_lock(&chip->memory_mutex); in calc_available_memory_size()
1334 mutex_unlock(&chip->memory_mutex); in calc_available_memory_size()
1346 mutex_lock(&chip->memory_mutex); in snd_es1968_new_memory()
1351 mutex_unlock(&chip->memory_mutex); in snd_es1968_new_memory()
1358 mutex_unlock(&chip->memory_mutex); in snd_es1968_new_memory()
1370 mutex_unlock(&chip->memory_mutex); in snd_es1968_new_memory()
1379 mutex_lock(&chip->memory_mutex); in snd_es1968_free_memory()
1398 mutex_unlock(&chip->memory_mutex); in snd_es1968_free_memory()
2654 mutex_init(&chip->memory_mutex); in snd_es1968_create()
/openbmc/linux/include/sound/
H A Dcore.h132 struct mutex memory_mutex; /* protection for the above */ member
H A Dgus.h192 struct mutex memory_mutex; member