Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dtimer.c46 static int timer_limit = DEFAULT_TIMER_LIMIT; variable
51 module_param(timer_limit, int, 0444);
52 MODULE_PARM_DESC(timer_limit, "Maximum global timers in system.");
160 if (tid->device < timer_limit) in snd_timer_request()