Lines Matching refs:msecs
89 unsigned int msecs = BATADV_MAX_AGGREGATION_MS * 1000;
91 /* msecs * [0.9, 1.1] */
92 msecs += get_random_u32_below(msecs / 5) - (msecs / 10);
94 msecs_to_jiffies(msecs / 1000));
103 unsigned long msecs;
110 msecs = atomic_read(&bat_priv->orig_interval) - BATADV_JITTER;
111 msecs += get_random_u32_below(2 * BATADV_JITTER);
113 msecs_to_jiffies(msecs));