sleep_tries 73 sound/isa/wavefront/wavefront_synth.c static int sleep_tries = 50; /* number of times we'll try to sleep */ sleep_tries 96 sound/isa/wavefront/wavefront_synth.c module_param(sleep_tries, int, 0444); sleep_tries 97 sound/isa/wavefront/wavefront_synth.c MODULE_PARM_DESC(sleep_tries, "how many times to try sleeping during a wait"); sleep_tries 292 sound/isa/wavefront/wavefront_synth.c for (i = 0; i < sleep_tries; i++) {