Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/isa/wavefront/
H A Dwavefront_synth.c73 static int sleep_tries = 50; /* number of times we'll try to sleep */ variable
96 module_param(sleep_tries, int, 0444);
97 MODULE_PARM_DESC(sleep_tries, "how many times to try sleeping during a wait");
292 for (i = 0; i < sleep_tries; i++) { in wavefront_wait()
/kernel/linux/linux-6.6/sound/isa/wavefront/
H A Dwavefront_synth.c73 static int sleep_tries = 50; /* number of times we'll try to sleep */ variable
96 module_param(sleep_tries, int, 0444);
97 MODULE_PARM_DESC(sleep_tries, "how many times to try sleeping during a wait");
292 for (i = 0; i < sleep_tries; i++) { in wavefront_wait()

Completed in 5 milliseconds