Searched refs:self_group (Results 1 – 3 of 3) sorted by relevance
110 snd_pcm_group_lock(&substream->self_group, substream->pcm->nonatomic); in snd_pcm_stream_lock()122 snd_pcm_group_unlock(&substream->self_group, substream->pcm->nonatomic); in snd_pcm_stream_unlock()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()182 spin_lock_irqsave_nested(&substream->self_group.lock, flags, in _snd_pcm_stream_lock_irqsave_nested()199 mutex_unlock(&substream->self_group.mutex); in snd_pcm_stream_unlock_irqrestore()[all …]
698 substream->group = &substream->self_group; in snd_pcm_new_stream()699 snd_pcm_group_init(&substream->self_group); in snd_pcm_new_stream()700 list_add_tail(&substream->link_list, &substream->self_group.substreams); in snd_pcm_new_stream()
470 …struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock insid… member614 return substream->group != &substream->self_group; in snd_pcm_stream_linked()