Searched refs:to_check (Results 1 – 1 of 1) sorted by relevance
2128 struct snd_pcm_runtime *to_check; in snd_pcm_drain() local2134 to_check = NULL; in snd_pcm_drain()2141 to_check = runtime; in snd_pcm_drain()2146 if (!to_check) in snd_pcm_drain()2150 add_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()2167 if (s->runtime == to_check) { in snd_pcm_drain()2168 remove_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()