Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 2 of 2) sorted by relevance

/sound/core/
Dpcm_native.c1712 long tout; in snd_pcm_drain() local
1737 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain()
1739 tout = 10; in snd_pcm_drain()
1742 tout = max(t, tout); in snd_pcm_drain()
1744 tout = msecs_to_jiffies(tout * 1000); in snd_pcm_drain()
1746 tout = schedule_timeout_interruptible(tout); in snd_pcm_drain()
1755 if (tout == 0) { in snd_pcm_drain()
Dpcm_lib.c1919 long wait_time, tout; in wait_for_avail() local
1957 tout = schedule_timeout(wait_time); in wait_for_avail()
1982 if (!tout) { in wait_for_avail()