Searched refs:inject_delay (Results 1 – 2 of 2) sorted by relevance
34 * inject_delay (int)68 The driver has 'inject_delay' parameter, which has very self-descriptive name and72 If the 'inject_delay' value is positive, the buffer will be filled slower, if it is78 short period of time (with the negative 'inject_delay' value).
62 static int inject_delay; variable82 module_param(inject_delay, int, 0600);83 MODULE_PARM_DESC(inject_delay, "Inject delays during playback/capture (in jiffies)");368 mod_timer(&v_iter->timer_instance, jiffies + TIMER_INTERVAL + inject_delay); in timer_timeout()