Searched refs:twake (Results 1 – 2 of 2) sorted by relevance
227 if (runtime->twake) { in snd_pcm_update_state()228 if (avail >= runtime->twake) in snd_pcm_update_state()1943 if (avail >= runtime->twake) in wait_for_avail()2042 runtime->twake = runtime->control->avail_min ? : 1; in snd_pcm_lib_write1()2054 runtime->twake = min_t(snd_pcm_uframes_t, size, in snd_pcm_lib_write1()2065 runtime->twake = 0; in snd_pcm_lib_write1()2105 runtime->twake = 0; in snd_pcm_lib_write1()2267 runtime->twake = runtime->control->avail_min ? : 1; in snd_pcm_lib_read1()2284 runtime->twake = min_t(snd_pcm_uframes_t, size, in snd_pcm_lib_read1()2297 runtime->twake = 0; in snd_pcm_lib_read1()[all …]
392 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member