Searched refs:jiff_max (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_acntpc.c178 unsigned long jiff_max; do_catch_up() local
195 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
228 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { do_catch_up()
241 jiff_max = jiffies+jiffy_delta_val; do_catch_up()
H A Dspeakup_apollo.c140 unsigned long jiff_max; do_catch_up() local
154 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
182 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { do_catch_up()
194 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
H A Dspeakup_decext.c160 unsigned long jiff_max; do_catch_up() local
172 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
207 if (time_after_eq(jiffies, jiff_max)) { do_catch_up()
218 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
H A Dspeakup_dectlk.c211 unsigned long jiff_max; do_catch_up() local
224 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
272 if (time_after_eq(jiffies, jiff_max)) { do_catch_up()
283 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
H A Dspeakup_keypc.c181 unsigned long jiff_max; do_catch_up() local
196 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
232 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { do_catch_up()
247 jiff_max = jiffies+jiffy_delta_val; do_catch_up()
H A Dspeakup_dtlk.c196 unsigned long jiff_max; do_catch_up() local
207 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
234 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { do_catch_up()
241 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
H A Dsynth.c86 unsigned long jiff_max; spk_do_catch_up() local
102 jiff_max = jiffies + jiffy_delta_val; spk_do_catch_up()
125 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { spk_do_catch_up()
137 jiff_max = jiffies + jiffy_delta_val; spk_do_catch_up()
H A Dspeakup_decpc.c378 unsigned long jiff_max; do_catch_up() local
389 jiff_max = jiffies + jiffy_delta_val; do_catch_up()
424 if (time_after_eq(jiffies, jiff_max)) { do_catch_up()
435 jiff_max = jiffies + jiffy_delta_val; do_catch_up()

Completed in 167 milliseconds