Home
last modified time | relevance | path

Searched refs:ktime_before (Results 1 – 25 of 126) sorted by relevance

123456

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/power/
H A Ddomain_governor.c140 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
141 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
147 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
148 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
361 if (ktime_before(next_hrtimer, domain_wakeup)) in cpu_power_down_ok()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/power/
H A Ddomain_governor.c140 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
141 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
147 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
148 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
361 if (ktime_before(next_hrtimer, domain_wakeup)) in cpu_power_down_ok()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/power/
H A Ddomain_governor.c140 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
141 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
147 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
148 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
361 if (ktime_before(next_hrtimer, domain_wakeup)) in cpu_power_down_ok()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/w1/masters/
H A Dmxc_w1.c58 } while (ktime_before(ktime_get(), timeout)); in mxc_w1_ds2_reset_bus()
86 } while (ktime_before(ktime_get(), timeout)); in mxc_w1_ds2_touch_bit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/w1/masters/
H A Dmxc_w1.c58 } while (ktime_before(ktime_get(), timeout)); in mxc_w1_ds2_reset_bus()
86 } while (ktime_before(ktime_get(), timeout)); in mxc_w1_ds2_touch_bit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/w1/masters/
H A Dmxc_w1.c58 } while (ktime_before(ktime_get(), timeout)); in mxc_w1_ds2_reset_bus()
86 } while (ktime_before(ktime_get(), timeout)); in mxc_w1_ds2_touch_bit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_etf.c102 if (ktime_before(txtime, now) || ktime_before(txtime, q->last)) in is_packet_valid()
266 if (ktime_before(skb->tstamp, now)) { in etf_dequeue_timesortedlist()
H A Dsch_taprio.c166 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time()
170 ktime_before(admin->base_time, cycle_ext_end)) in get_interval_end_time()
231 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit()
233 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit()
234 ktime_before(transmit_end_time, curr_intv_end)) || in find_entry_to_transmit()
249 } else if (ktime_before(txtime, earliest_txtime) && in find_entry_to_transmit()
366 if (!sched || ktime_before(minimum_time, sched->base_time)) { in get_packet_txtime()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_etf.c102 if (ktime_before(txtime, now) || ktime_before(txtime, q->last)) in is_packet_valid()
266 if (ktime_before(skb->tstamp, now)) { in etf_dequeue_timesortedlist()
H A Dsch_taprio.c166 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time()
170 ktime_before(admin->base_time, cycle_ext_end)) in get_interval_end_time()
231 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit()
233 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit()
234 ktime_before(transmit_end_time, curr_intv_end)) || in find_entry_to_transmit()
249 } else if (ktime_before(txtime, earliest_txtime) && in find_entry_to_transmit()
366 if (!sched || ktime_before(minimum_time, sched->base_time)) { in get_packet_txtime()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dsch_etf.c102 if (ktime_before(txtime, now) || ktime_before(txtime, q->last)) in is_packet_valid()
266 if (ktime_before(skb->tstamp, now)) { in etf_dequeue_timesortedlist()
H A Dsch_taprio.c166 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time()
170 ktime_before(admin->base_time, cycle_ext_end)) in get_interval_end_time()
231 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit()
233 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit()
234 ktime_before(transmit_end_time, curr_intv_end)) || in find_entry_to_transmit()
249 } else if (ktime_before(txtime, earliest_txtime) && in find_entry_to_transmit()
366 if (!sched || ktime_before(minimum_time, sched->base_time)) { in get_packet_txtime()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dktime.h123 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dktime.h123 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dktime.h123 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/rc/
H A Dgpio-ir-tx.c107 while (ktime_before(ktime_get(), last)) { in gpio_ir_tx_modulated()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/rc/
H A Dgpio-ir-tx.c107 while (ktime_before(ktime_get(), last)) { in gpio_ir_tx_modulated()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/rc/
H A Dgpio-ir-tx.c107 while (ktime_before(ktime_get(), last)) { in gpio_ir_tx_modulated()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dtick-sched.c72 if (ktime_before(now, smp_load_acquire(&tick_next_period))) in tick_do_update_jiffies64()
86 if (ktime_before(now, nextp)) in tick_do_update_jiffies64()
96 if (ktime_before(now, tick_next_period)) { in tick_do_update_jiffies64()
H A Dhrtimer.c820 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()
826 if (!ktime_before(expires, timer_cpu_base->expires_next) || in hrtimer_reprogram()
1657 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()
1770 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dtick-sched.c72 if (ktime_before(now, smp_load_acquire(&tick_next_period))) in tick_do_update_jiffies64()
86 if (ktime_before(now, nextp)) in tick_do_update_jiffies64()
96 if (ktime_before(now, tick_next_period)) { in tick_do_update_jiffies64()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dtick-sched.c72 if (ktime_before(now, smp_load_acquire(&tick_next_period))) in tick_do_update_jiffies64()
86 if (ktime_before(now, nextp)) in tick_do_update_jiffies64()
96 if (ktime_before(now, tick_next_period)) { in tick_do_update_jiffies64()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx-842.c225 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in compress()
398 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in decompress()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx-842.c225 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in compress()
398 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in decompress()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx-842.c225 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in compress()
398 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in decompress()

123456