Searched refs:self_group (Results 1 – 3 of 3) sorted by relevance
136 snd_pcm_group_lock_irq(&substream->self_group, in snd_pcm_stream_lock_irq()143 struct snd_pcm_group *group = &substream->self_group; in snd_pcm_stream_lock_nested()159 snd_pcm_group_unlock_irq(&substream->self_group, in snd_pcm_stream_unlock_irq()168 mutex_lock(&substream->self_group.mutex); in _snd_pcm_stream_lock_irqsave()170 spin_lock_irqsave(&substream->self_group.lock, flags); in _snd_pcm_stream_lock_irqsave()179 mutex_lock_nested(&substream->self_group.mutex, in _snd_pcm_stream_lock_irqsave_nested()199 mutex_unlock(&substream->self_group.mutex); in snd_pcm_stream_unlock_irqrestore()1226 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()1228 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()1259 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()[all …]
695 substream->group = &substream->self_group; in snd_pcm_new_stream()696 snd_pcm_group_init(&substream->self_group); in snd_pcm_new_stream()697 list_add_tail(&substream->link_list, &substream->self_group.substreams); in snd_pcm_new_stream()
472 …struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock insid… member616 return substream->group != &substream->self_group; in snd_pcm_stream_linked()
Completed in 17 milliseconds