Home
last modified time | relevance | path

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

/linux-4.1.27/sound/isa/wavefront/
Dwavefront_synth.c75 static int sleep_tries = 50; /* number of times we'll try to sleep */ variable
98 module_param(sleep_tries, int, 0444);
99 MODULE_PARM_DESC(sleep_tries, "how many times to try sleeping during a wait");
294 for (i = 0; i < sleep_tries; i++) { in wavefront_wait()
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt1816 sleep_tries - How many times to try sleeping during a wait