Home
last modified time | relevance | path

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

/sound/core/
Dpcm_native.c1924 long tout; in snd_pcm_drain() local
1950 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()
Dpcm_lib.c1823 long wait_time, tout; in wait_for_avail() local
1866 tout = schedule_timeout(wait_time); in wait_for_avail()
1892 if (!tout) { in wait_for_avail()