/linux/drivers/base/power/ |
A D | domain_governor.c | 140 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() 362 if (ktime_before(next_hrtimer, domain_wakeup)) in cpu_power_down_ok()
|
/linux/drivers/w1/masters/ |
A D | mxc_w1.c | 58 } 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()
|
/linux/net/sched/ |
A D | sch_etf.c | 102 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()
|
A D | sch_taprio.c | 167 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time() 171 ktime_before(admin->base_time, cycle_ext_end)) in get_interval_end_time() 232 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit() 234 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit() 235 ktime_before(transmit_end_time, curr_intv_end)) || in find_entry_to_transmit() 250 } else if (ktime_before(txtime, earliest_txtime) && in find_entry_to_transmit() 367 if (!sched || ktime_before(minimum_time, sched->base_time)) { in get_packet_txtime()
|
A D | sch_cake.c | 1483 if (ktime_before(b->time_next_packet, now)) in cake_advance_shaper() 1487 else if (ktime_before(b->time_next_packet, in cake_advance_shaper() 1719 if (ktime_before(b->time_next_packet, now)) in cake_enqueue() 1723 if (ktime_before(q->time_next_packet, now)) { in cake_enqueue() 2114 ktime_before(now, flow->cvars.drop_next)) { in cake_dequeue()
|
/linux/include/linux/ |
A D | ktime.h | 123 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
|
/linux/drivers/media/rc/ |
A D | gpio-ir-tx.c | 107 while (ktime_before(ktime_get(), last)) { in gpio_ir_tx_modulated()
|
/linux/kernel/time/ |
A D | tick-sched.c | 72 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()
|
A D | hrtimer.c | 836 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram() 842 if (!ktime_before(expires, timer_cpu_base->expires_next) || in hrtimer_reprogram() 1805 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt() 1918 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()
|
/linux/drivers/crypto/nx/ |
A D | nx-842.c | 225 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in compress() 398 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in decompress()
|
/linux/drivers/gpu/drm/panel/ |
A D | panel-samsung-atna33xc20.c | 53 if (ktime_before(now_ktime, min_ktime)) in atana33xc20_wait()
|
/linux/drivers/usb/chipidea/ |
A D | otg_fsm.c | 268 ktime_before(ci->hr_timeouts[next_timer], in ci_otg_del_timer() 402 ktime_before(ci->hr_timeouts[cur_timer], in ci_otg_hrtimer_func()
|
/linux/kernel/trace/ |
A D | ring_buffer_benchmark.c | 283 } while (ktime_before(end_time, timeout) && !break_test()); in ring_buffer_producer()
|
/linux/drivers/platform/surface/aggregator/ |
A D | ssh_request_layer.c | 435 if (ktime_before(aexp, rtl->rtx_timeout.expires)) { in ssh_rtl_timeout_reaper_mod() 848 next = ktime_before(expires, next) ? expires : next; in ssh_rtl_timeout_reap()
|
A D | ssh_packet_layer.c | 672 if (ktime_before(aexp, ptl->rtx_timeout.expires)) { in ssh_ptl_timeout_reaper_mod() 1531 next = ktime_before(expires, next) ? expires : next; in ssh_ptl_timeout_reap()
|
/linux/drivers/thunderbolt/ |
A D | usb4.c | 70 } while (ktime_before(ktime_get(), timeout)); in usb4_switch_wait_for_bit() 1177 } while (ktime_before(ktime_get(), timeout)); in usb4_port_wait_for_bit() 1325 } while (ktime_before(ktime_get(), timeout)); in usb4_port_sb_op()
|
A D | path.c | 430 } while (ktime_before(ktime_get(), timeout)); in __tb_path_deactivate_hop()
|
/linux/drivers/scsi/ufs/ |
A D | ufs-mediatek.c | 267 } while (ktime_before(time_checked, timeout)); in ufs_mtk_setup_ref_clk() 373 } while (ktime_before(time_checked, timeout)); in ufs_mtk_wait_link_state()
|
/linux/net/rxrpc/ |
A D | call_event.c | 200 if (ktime_before(skb->tstamp, oldest)) in rxrpc_resend()
|
A D | call_accept.c | 250 ktime_before(ktime_add_ms(call->peer->rtt_last_req, 1000), now)) in rxrpc_send_ping()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | sched_policy.c | 191 if (ktime_before(ktime_get(), vgpu_data->pri_time)) { in find_busy_vgpu()
|
/linux/kernel/ |
A D | torture.c | 628 while (ktime_before(ktime_snap, shutdown_time) && in torture_shutdown()
|
/linux/drivers/char/tpm/ |
A D | tpm_crb.c | 125 } while (ktime_before(ktime_get(), stop)); in crb_wait_for_reg_32()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ctx.c | 765 if (!ktime_before(t1, now)) { in amdgpu_ctx_fence_time()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | metadata.c | 180 if (ktime_before(ktime_get(), reuse_timeout)) in nfp_mask_alloc()
|