Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c120 m->timing.past_jiffies = m->timing.current_jiffies; in vidtv_mux_update_clk()
121 m->timing.current_jiffies = get_jiffies_64(); in vidtv_mux_update_clk()
123 elapsed_time = jiffies_to_usecs(m->timing.current_jiffies - in vidtv_mux_update_clk()
255 return time_after64(m->timing.current_jiffies, next_pcr_at); in vidtv_mux_should_push_pcr()
269 return time_after64(m->timing.current_jiffies, next_si_at); in vidtv_mux_should_push_si()
510 m->timing.current_jiffies = get_jiffies_64(); in vidtv_mux_init()
H A Dvidtv_mux.h33 * @current_jiffies: The value of 'jiffies' for the current iteration.
42 u64 current_jiffies; member
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c120 m->timing.past_jiffies = m->timing.current_jiffies; in vidtv_mux_update_clk()
121 m->timing.current_jiffies = get_jiffies_64(); in vidtv_mux_update_clk()
123 elapsed_time = jiffies_to_usecs(m->timing.current_jiffies - in vidtv_mux_update_clk()
255 return time_after64(m->timing.current_jiffies, next_pcr_at); in vidtv_mux_should_push_pcr()
269 return time_after64(m->timing.current_jiffies, next_si_at); in vidtv_mux_should_push_si()
510 m->timing.current_jiffies = get_jiffies_64(); in vidtv_mux_init()
H A Dvidtv_mux.h33 * @current_jiffies: The value of 'jiffies' for the current iteration.
42 u64 current_jiffies; member
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtraps.c296 unsigned long count, current_jiffies = jiffies; in handle_fpu_swa() local
299 if (unlikely(current_jiffies > cp->time)) in handle_fpu_swa()
303 cp->time = current_jiffies + 5 * HZ; in handle_fpu_swa()
315 if (current_jiffies > last.time) in handle_fpu_swa()
320 last.time = current_jiffies + 5 * HZ; in handle_fpu_swa()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtraps.c296 unsigned long count, current_jiffies = jiffies; in handle_fpu_swa() local
299 if (unlikely(current_jiffies > cp->time)) in handle_fpu_swa()
303 cp->time = current_jiffies + 5 * HZ; in handle_fpu_swa()
315 if (current_jiffies > last.time) in handle_fpu_swa()
320 last.time = current_jiffies + 5 * HZ; in handle_fpu_swa()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-input.c241 unsigned long current_jiffies; in bttv_rc5_irq() local
247 current_jiffies = jiffies; in bttv_rc5_irq()
279 mod_timer(&ir->timer, current_jiffies + msecs_to_jiffies(30)); in bttv_rc5_irq()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-input.c241 unsigned long current_jiffies; in bttv_rc5_irq() local
247 current_jiffies = jiffies; in bttv_rc5_irq()
279 mod_timer(&ir->timer, current_jiffies + msecs_to_jiffies(30)); in bttv_rc5_irq()

Completed in 6 milliseconds