Searched refs:tout (Results 1 – 2 of 2) sorted by relevance
1712 long tout; in snd_pcm_drain() local1737 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()
1919 long wait_time, tout; in wait_for_avail() local1957 tout = schedule_timeout(wait_time); in wait_for_avail()1982 if (!tout) { in wait_for_avail()