Lines Matching refs:self_group
101 mutex_lock(&substream->self_group.mutex); in snd_pcm_stream_lock()
104 spin_lock(&substream->self_group.lock); in snd_pcm_stream_lock()
118 mutex_unlock(&substream->self_group.mutex); in snd_pcm_stream_unlock()
121 spin_unlock(&substream->self_group.lock); in snd_pcm_stream_unlock()
890 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()
892 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()
922 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()
924 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group()
967 mutex_unlock(&substream->self_group.mutex); in snd_pcm_action()
969 mutex_lock(&substream->self_group.mutex); in snd_pcm_action()
975 spin_unlock(&substream->self_group.lock); in snd_pcm_action()
977 spin_lock(&substream->self_group.lock); in snd_pcm_action()
1868 substream->group = &substream->self_group; in relink_to_local()
1869 INIT_LIST_HEAD(&substream->self_group.substreams); in relink_to_local()
1870 list_add_tail(&substream->link_list, &substream->self_group.substreams); in relink_to_local()