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()
901 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()
903 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()
933 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()
935 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group()
978 mutex_unlock(&substream->self_group.mutex); in snd_pcm_action()
980 mutex_lock(&substream->self_group.mutex); in snd_pcm_action()
986 spin_unlock(&substream->self_group.lock); in snd_pcm_action()
988 spin_lock(&substream->self_group.lock); in snd_pcm_action()
1865 substream->group = &substream->self_group; in relink_to_local()
1866 INIT_LIST_HEAD(&substream->self_group.substreams); in relink_to_local()
1867 list_add_tail(&substream->link_list, &substream->self_group.substreams); in relink_to_local()