Searched refs:tout (Results 1 – 2 of 2) sorted by relevance
1924 long tout; in snd_pcm_drain() local1950 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain()1952 tout = 10; in snd_pcm_drain()1955 tout = max(t, tout); in snd_pcm_drain()1957 tout = msecs_to_jiffies(tout * 1000); in snd_pcm_drain()1959 tout = schedule_timeout(tout); in snd_pcm_drain()1975 if (tout == 0) { in snd_pcm_drain()
1823 long wait_time, tout; in wait_for_avail() local1866 tout = schedule_timeout(wait_time); in wait_for_avail()1892 if (!tout) { in wait_for_avail()