Home
last modified time | relevance | path

Searched refs:open_mutex (Results 1 – 21 of 21) sorted by relevance

/linux/block/
H A Dholder.c77 mutex_lock(&bdev->bd_disk->open_mutex); in bd_link_disk_holder()
79 mutex_unlock(&bdev->bd_disk->open_mutex); in bd_link_disk_holder()
83 mutex_unlock(&bdev->bd_disk->open_mutex); in bd_link_disk_holder()
/linux/sound/core/
H A Dhwdep.c95 mutex_lock(&hw->open_mutex); in snd_hwdep_open()
116 mutex_unlock(&hw->open_mutex); in snd_hwdep_open()
118 mutex_lock(&hw->open_mutex); in snd_hwdep_open()
139 mutex_unlock(&hw->open_mutex); in snd_hwdep_open()
152 scoped_guard(mutex, &hw->open_mutex) { in snd_hwdep_release()
383 mutex_init(&hwdep->open_mutex); in snd_hwdep_new()
465 guard(mutex)(&hwdep->open_mutex); in snd_hwdep_dev_disconnect()
H A Drawmidi.c422 guard(mutex)(&rmidi->open_mutex); in snd_rawmidi_kernel_open()
467 mutex_lock(&rmidi->open_mutex); in snd_rawmidi_open()
496 mutex_unlock(&rmidi->open_mutex); in snd_rawmidi_open()
498 mutex_lock(&rmidi->open_mutex); in snd_rawmidi_open()
520 mutex_unlock(&rmidi->open_mutex); in snd_rawmidi_open()
527 mutex_unlock(&rmidi->open_mutex); in snd_rawmidi_open()
574 guard(mutex)(&rmidi->open_mutex); in rawmidi_release_priv()
753 guard(mutex)(&substream->rmidi->open_mutex); in snd_rawmidi_output_params()
771 guard(mutex)(&substream->rmidi->open_mutex); in snd_rawmidi_input_params()
1717 guard(mutex)(&rmidi->open_mutex); in snd_rawmidi_proc_info_read()
[all...]
H A Dpcm.c134 guard(mutex)(&pcm->open_mutex); in snd_pcm_control_ioctl()
378 guard(mutex)(&substream->pcm->open_mutex); in snd_pcm_substream_proc_hw_params_read()
413 guard(mutex)(&substream->pcm->open_mutex); in snd_pcm_substream_proc_sw_params_read()
441 guard(mutex)(&substream->pcm->open_mutex); in snd_pcm_substream_proc_status_read()
722 mutex_init(&pcm->open_mutex); in _snd_pcm_new()
1094 guard(mutex)(&pcm->open_mutex); in snd_pcm_dev_disconnect()
H A Dump.c173 mutex_init(&ump->open_mutex); in snd_ump_endpoint_new()
1153 guard(mutex)(&ump->open_mutex); in snd_ump_legacy_open()
1181 guard(mutex)(&ump->open_mutex); in snd_ump_legacy_close()
H A Dpcm_memory.c189 guard(mutex)(&substream->pcm->open_mutex); in snd_pcm_lib_preallocate_proc_write()
H A Dpcm_native.c1791 * Takes and releases pcm->open_mutex to serialize against in snd_pcm_suspend_all()
1806 guard(mutex)(&pcm->open_mutex); in snd_pcm_suspend_all()
2919 mutex_lock(&pcm->open_mutex); in snd_pcm_open()
2932 mutex_unlock(&pcm->open_mutex); in snd_pcm_open()
2934 mutex_lock(&pcm->open_mutex); in snd_pcm_open()
2945 mutex_unlock(&pcm->open_mutex); in snd_pcm_open()
2973 scoped_guard(mutex, &pcm->open_mutex) {
/linux/include/sound/
H A Dhwdep.h58 struct mutex open_mutex; member
H A Dwss.h98 struct mutex open_mutex; member
/linux/fs/hostfs/
H A Dhostfs_kern.c34 struct mutex open_mutex; member
223 mutex_init(&hi->open_mutex); in hostfs_alloc_inode()
326 mutex_lock(&HOSTFS_I(ino)->open_mutex); in hostfs_open()
329 mutex_unlock(&HOSTFS_I(ino)->open_mutex); in hostfs_open()
335 mutex_unlock(&HOSTFS_I(ino)->open_mutex); in hostfs_open()
345 mutex_unlock(&HOSTFS_I(ino)->open_mutex); in hostfs_open()
350 mutex_unlock(&HOSTFS_I(ino)->open_mutex); in hostfs_open()
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c40 struct mutex open_mutex; member
166 mutex_init(&mdev->open_mutex); in snd_seq_oss_midi_check_new_port()
315 guard(mutex)(&mdev->open_mutex); in snd_seq_oss_midi_open()
373 guard(mutex)(&mdev->open_mutex); in snd_seq_oss_midi_close()
/linux/sound/hda/common/
H A Dhda_controller.h121 struct mutex open_mutex; /* Prevents concurrent open/close operations */
120 struct mutex open_mutex; /* Prevents concurrent open/close operations */ global() member
H A Dcontroller.c99 scoped_guard(mutex, &chip->open_mutex) { in azx_pcm_close()
587 mutex_lock(&chip->open_mutex); in azx_pcm_open()
660 mutex_unlock(&chip->open_mutex); in azx_pcm_open()
666 mutex_unlock(&chip->open_mutex); in azx_pcm_open()
/linux/sound/core/seq/
H A Dseq_ump_client.c114 guard(mutex)(&ump->open_mutex); in seq_ump_client_open()
135 guard(mutex)(&ump->open_mutex);
/linux/sound/hda/controllers/
H A Dacpi.c186 mutex_init(&azx->open_mutex); in hda_acpi_create()
H A Dcix-ipbloq.c199 mutex_init(&chip->open_mutex); in cix_ipbloq_hda_create()
H A Dtegra.c423 mutex_init(&chip->open_mutex); in hda_tegra_create()
H A Dintel.c1800 mutex_init(&chip->open_mutex); in azx_create()
/linux/sound/pci/ice1712/
H A Dice1712.h336 struct mutex open_mutex; member
/linux/sound/pci/
H A Dcmipci.c472 struct mutex open_mutex; member
667 guard(mutex)(&cm->open_mutex); in snd_cmipci_playback2_hw_params()
1570 guard(mutex)(&cm->open_mutex); in open_device_check()
1588 guard(mutex)(&cm->open_mutex); in close_device_check()
1667 guard(mutex)(&cm->open_mutex); in snd_cmipci_playback2_open()
2945 mutex_init(&cm->open_mutex); in snd_cmipci_create()
/linux/sound/core/oss/
H A Dpcm_oss.c2533 mutex_lock(&pcm->open_mutex); in snd_pcm_oss_open()
2547 mutex_unlock(&pcm->open_mutex); in snd_pcm_oss_open()
2549 mutex_lock(&pcm->open_mutex); in snd_pcm_oss_open()
2560 mutex_unlock(&pcm->open_mutex); in snd_pcm_oss_open()
2591 mutex_lock(&pcm->open_mutex); in snd_pcm_oss_release()
2593 mutex_unlock(&pcm->open_mutex); in snd_pcm_oss_release()