Home
last modified time | relevance | path

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

/drivers/media/platform/vivid/
Dvivid-kthread-out.c128 unsigned long cur_jiffies; in vivid_thread_vid_out() local
151 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()
Dvivid-sdr-cap.c114 unsigned long cur_jiffies; in vivid_thread_sdr_cap() local
134 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()
Dvivid-kthread-cap.c711 unsigned long cur_jiffies; in vivid_thread_vid_cap() local
733 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()
/drivers/macintosh/
Drack-meter.c220 cputime64_t cur_jiffies, total_idle_ticks; in rackmeter_do_timer() local
224 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()
/drivers/net/hamradio/
Dbaycom_par.c162 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local
167 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()
Dbaycom_ser_fdx.c162 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local
167 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()
Dbaycom_ser_hdx.c151 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local
156 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()
Dbaycom_epp.c282 unsigned long cur_jiffies = jiffies; in baycom_int_freq() local
287 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()
/drivers/block/
Dmg_disk.c216 unsigned long expire, cur_jiffies; in mg_wait() local
235 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()