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

/sound/core/
H A Dpcm_native.c1463 long tout; local
1488 tout = MAX_SCHEDULE_TIMEOUT;
1490 tout = 10;
1493 tout = max(t, tout);
1495 tout = msecs_to_jiffies(tout * 1000);
1497 tout = schedule_timeout_interruptible(tout);
1502 if (tout
[all...]
H A Dpcm_lib.c1759 long wait_time, tout; local
1797 tout = schedule_timeout(wait_time);
1820 if (!tout) {

Completed in 538 milliseconds