Searched refs:cur_jiffies (Results 1 – 9 of 9) sorted by relevance
128 unsigned long cur_jiffies; in vivid_thread_vid_out() local151 cur_jiffies = jiffies; in vivid_thread_vid_out()153 dev->jiffies_vid_out = cur_jiffies; in vivid_thread_vid_out()165 jiffies_since_start = cur_jiffies - dev->jiffies_vid_out; in vivid_thread_vid_out()178 dev->jiffies_vid_out = cur_jiffies; in vivid_thread_vid_out()
114 unsigned long cur_jiffies; in vivid_thread_sdr_cap() local134 cur_jiffies = jiffies; in vivid_thread_sdr_cap()136 dev->jiffies_sdr_cap = cur_jiffies; in vivid_thread_sdr_cap()142 jiffies_since_start = cur_jiffies - dev->jiffies_sdr_cap; in vivid_thread_sdr_cap()155 dev->jiffies_sdr_cap = cur_jiffies; in vivid_thread_sdr_cap()
711 unsigned long cur_jiffies; in vivid_thread_vid_cap() local733 cur_jiffies = jiffies; in vivid_thread_vid_cap()735 dev->jiffies_vid_cap = cur_jiffies; in vivid_thread_vid_cap()747 jiffies_since_start = cur_jiffies - dev->jiffies_vid_cap; in vivid_thread_vid_cap()760 dev->jiffies_vid_cap = cur_jiffies; in vivid_thread_vid_cap()
220 cputime64_t cur_jiffies, total_idle_ticks; in rackmeter_do_timer() local224 cur_jiffies = jiffies64_to_cputime64(get_jiffies_64()); in rackmeter_do_timer()225 total_ticks = (unsigned int) (cur_jiffies - rcpu->prev_wall); in rackmeter_do_timer()226 rcpu->prev_wall = cur_jiffies; in rackmeter_do_timer()
162 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local167 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq()168 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
151 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local156 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq()157 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
282 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local287 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq()288 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
216 unsigned long expire, cur_jiffies; in mg_wait() local235 cur_jiffies = jiffies; in mg_wait()260 } while (time_before(cur_jiffies, expire)); in mg_wait()262 if (time_after_eq(cur_jiffies, expire) && msec) in mg_wait()