| /linux/drivers/pmdomain/ |
| H A D | governor.c | 146 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 147 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup() 155 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 156 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup() 380 if (ktime_before(next_hrtimer, domain_wakeup)) in cpu_power_down_ok()
|
| /linux/drivers/w1/masters/ |
| H 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/rxrpc/ |
| H A D | call_event.c | 31 if (ktime_before(ping_at, call->ping_at)) { in rxrpc_propose_ping() 291 ktime_before(ktime_add_ms(call->rtt_last_req, 1000), in rxrpc_send_initial_ping() 431 else if (ktime_before(ktime_add_ms(call->rtt_last_req, 1000), in rxrpc_input_call_event() 444 #define set(T) { ktime_t _t = (T); if (ktime_before(_t, next)) next = _t; } in rxrpc_input_call_event()
|
| H A D | input_rack.c | 281 ktime_before(xmit_ts, deadline)) in rxrpc_rack_mark_losses_on_rto()
|
| /linux/net/sched/ |
| H 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()
|
| H A D | sch_taprio.c | 167 return ktime_before(skb_end_time, entry->gate_close_time[tc]); in taprio_entry_allows_tx() 247 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time() 251 ktime_before(admin->base_time, cycle_ext_end)) in get_interval_end_time() 369 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit() 371 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit() 372 ktime_before(transmit_end_time, curr_intv_end)) || in find_entry_to_transmit() 387 } else if (ktime_before(txtime, earliest_txtime) && in find_entry_to_transmit() 491 if (!sched || ktime_before(minimum_time, sched->base_time)) { in get_packet_txtime()
|
| H A D | sch_cake.c | 1542 if (ktime_before(b->time_next_packet, now)) in cake_advance_shaper() 1546 else if (ktime_before(b->time_next_packet, in cake_advance_shaper() 1778 if (ktime_before(b->time_next_packet, now)) in cake_enqueue() 1782 if (ktime_before(q->time_next_packet, now)) { in cake_enqueue() 2183 ktime_before(now, flow->cvars.drop_next)) { in cake_dequeue()
|
| /linux/arch/loongarch/kvm/ |
| H A D | timer.c | 117 if (ktime_before(now, expire)) in kvm_restore_timer()
|
| /linux/include/linux/ |
| H A D | ktime.h | 121 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_fence.c | 143 ktime_before(deadline, fctx->next_deadline)) { in msm_fence_set_deadline()
|
| /linux/arch/s390/kernel/diag/ |
| H A D | diag324.c | 118 if (ktime_before(ktime_get(), timedout)) { in pibwork_handler()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-842.c | 230 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in compress() 405 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout)); in decompress()
|
| /linux/kernel/ |
| H A D | torture.c | 640 while (ktime_before(ktime_snap, shutdown_time) && in torture_shutdown() 741 if (till_ns && ktime_before(ktime_get(), till_ns)) { in stutter_wait()
|
| /linux/kernel/time/ |
| H 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()
|
| H A D | hrtimer.c | 873 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in update_needs_ipi() 879 if (!ktime_before(expires, timer_cpu_base->expires_next) || !reprogram) in update_needs_ipi() 2107 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in nanosleep_copyout() 2171 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_nanosleep()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-samsung-atna33xc20.c | 56 if (ktime_before(now_ktime, min_ktime)) in atana33xc20_wait()
|
| /linux/drivers/usb/chipidea/ |
| H A D | otg_fsm.c | 270 ktime_before(ci->hr_timeouts[next_timer], in ci_otg_del_timer() 404 ktime_before(ci->hr_timeouts[cur_timer], in ci_otg_hrtimer_func()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 285 } while (ktime_before(end_time, timeout) && !break_test()); in ring_buffer_producer()
|
| /linux/drivers/gpu/drm/scheduler/tests/ |
| H A D | mock_scheduler.c | 88 if (ktime_before(now, job->finish_at)) in drm_mock_sched_job_signal_timer()
|
| /linux/drivers/platform/surface/aggregator/ |
| H 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()
|
| H 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/input/misc/ |
| H A D | pm8941-pwrkey.c | 156 if (ktime_before(ktime_get(), pwrkey->sw_debounce_end_time)) { in pm8941_pwrkey_irq()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | sched_policy.c | 192 if (ktime_before(ktime_get(), vgpu_data->pri_time)) { in find_busy_vgpu()
|
| /linux/drivers/thunderbolt/ |
| H A D | usb4.c | 1317 } while (ktime_before(ktime_get(), timeout)); in usb4_port_wait_for_bit() 1494 } while (ktime_before(ktime_get(), timeout)); in usb4_port_sb_op() 3018 } while (ktime_before(ktime_get(), end)); in usb4_dp_port_wait_and_clear_cm_ack()
|
| H A D | tunnel.c | 626 } while (ktime_before(ktime_get(), timeout)); in tb_dp_cm_handshake() 1053 } while (ktime_before(ktime_get(), timeout)); in tb_dp_wait_dprx() 1068 if (ktime_before(ktime_get(), tunnel->dprx_timeout)) { in tb_dp_dprx_work()
|