/linux-6.6.21/include/linux/ |
D | time64.h | 30 #define KTIME_MAX ((s64)~((u64)1 << 63)) macro 31 #define KTIME_MIN (-KTIME_MAX - 1) 32 #define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC) 134 return KTIME_MAX; in timespec64_to_ns()
|
D | ktime.h | 41 return KTIME_MAX; in ktime_set()
|
D | pm_domain.h | 303 return KTIME_MAX; in dev_pm_genpd_get_next_hrtimer()
|
/linux-6.6.21/drivers/base/power/ |
D | domain_governor.c | 125 ktime_t domain_wakeup = KTIME_MAX; in update_domain_next_wakeup() 143 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 151 next_wakeup = cgd ? cgd->next_wakeup : KTIME_MAX; in update_domain_next_wakeup() 152 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 279 if ((genpd->flags & GENPD_FLAG_MIN_RESIDENCY) && (gd->next_wakeup != KTIME_MAX)) { in _default_power_down_ok()
|
D | domain.c | 510 return KTIME_MAX; in dev_pm_genpd_get_next_hrtimer() 515 return KTIME_MAX; in dev_pm_genpd_get_next_hrtimer() 1537 td->next_wakeup = KTIME_MAX; in genpd_alloc_dev_data() 2001 gd->next_wakeup = KTIME_MAX; in genpd_alloc_data() 2002 gd->next_hrtimer = KTIME_MAX; in genpd_alloc_data()
|
/linux-6.6.21/tools/testing/selftests/timers/ |
D | set-2038.c | 34 #define KTIME_MAX ((long long)~((unsigned long long)1 << 63)) macro 35 #define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC)
|
/linux-6.6.21/kernel/time/ |
D | tick-oneshot.c | 27 if (unlikely(expires == KTIME_MAX)) { in tick_program_event() 32 dev->next_event = KTIME_MAX; in tick_program_event()
|
D | hrtimer.c | 575 ktime_t expires_next = KTIME_MAX; in __hrtimer_get_next_event() 581 active, KTIME_MAX); in __hrtimer_get_next_event() 598 ktime_t expires_next, soft = KTIME_MAX; in hrtimer_update_next_event() 1206 if (expires == KTIME_MAX) in hrtimer_update_softirq_timer() 1486 u64 expires = KTIME_MAX; in hrtimer_get_next_event() 1509 u64 expires = KTIME_MAX; in hrtimer_next_event_without() 1520 active, KTIME_MAX); in hrtimer_next_event_without() 1794 dev->next_event = KTIME_MAX; in hrtimer_interrupt() 1807 cpu_base->expires_next = KTIME_MAX; in hrtimer_interrupt() 1810 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt() [all …]
|
D | tick-sched.c | 870 delta = KTIME_MAX; in tick_nohz_next_event() 873 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event() 876 expires = KTIME_MAX; in tick_nohz_next_event() 912 if (tick == KTIME_MAX || ts->next_tick == hrtimer_get_expires(&ts->sched_timer)) in tick_nohz_stop_tick() 943 if (unlikely(expires == KTIME_MAX)) { in tick_nohz_stop_tick() 947 tick_program_event(KTIME_MAX, 1); in tick_nohz_stop_tick() 1375 dev->next_event = KTIME_MAX; in tick_nohz_handler() 1386 tick_program_event(KTIME_MAX, 1); in tick_nohz_handler()
|
D | tick-broadcast.c | 698 dev->next_event = KTIME_MAX; in tick_handle_oneshot_broadcast() 699 next_event = KTIME_MAX; in tick_handle_oneshot_broadcast() 759 if (next_event != KTIME_MAX) in tick_handle_oneshot_broadcast() 774 if (bc->next_event == KTIME_MAX) in broadcast_needs_cpu() 883 if (dev->next_event == KTIME_MAX) in ___tick_broadcast_oneshot_control() 1064 bc->next_event = KTIME_MAX; in tick_broadcast_setup_oneshot()
|
D | tick-broadcast-hrtimer.c | 86 .max_delta_ns = KTIME_MAX,
|
D | namespace.c | 52 if (unlikely(tim > KTIME_MAX)) in do_timens_ktime_to_host() 53 tim = KTIME_MAX; in do_timens_ktime_to_host()
|
D | clockevents.c | 174 dev->next_event = KTIME_MAX; in clockevents_shutdown() 208 dev->next_event = KTIME_MAX; in clockevents_increase_min_delta()
|
/linux-6.6.21/drivers/platform/surface/aggregator/ |
D | ssh_request_layer.c | 814 if (timestamp != KTIME_MAX) in ssh_request_get_expiration() 817 return KTIME_MAX; in ssh_request_get_expiration() 827 ktime_t next = KTIME_MAX; in ssh_rtl_timeout_reap() 836 rtl->rtx_timeout.expires = KTIME_MAX; in ssh_rtl_timeout_reap() 892 if (next != KTIME_MAX) in ssh_rtl_timeout_reap() 1006 rqst->timestamp = KTIME_MAX; in ssh_request_init() 1048 rtl->rtx_timeout.expires = KTIME_MAX; in ssh_rtl_init()
|
D | ssh_packet_layer.c | 583 packet->timestamp = KTIME_MAX; in ssh_packet_init() 1392 packet->timestamp = KTIME_MAX; in __ssh_ptl_resubmit() 1494 if (p->timestamp != KTIME_MAX) in ssh_packet_get_expiration() 1497 return KTIME_MAX; in ssh_packet_get_expiration() 1507 ktime_t next = KTIME_MAX; in ssh_ptl_timeout_reap() 1518 ptl->rtx_timeout.expires = KTIME_MAX; in ssh_ptl_timeout_reap() 1592 if (next != KTIME_MAX) in ssh_ptl_timeout_reap() 2052 ptl->rtx_timeout.expires = KTIME_MAX; in ssh_ptl_init()
|
/linux-6.6.21/drivers/cpuidle/governors/ |
D | menu.c | 309 data->next_timer_ns = KTIME_MAX; in menu_select() 311 data->bucket = which_bucket(KTIME_MAX, nr_iowaiters); in menu_select()
|
D | teo.c | 403 cpu_data->sleep_length_ns = KTIME_MAX; in teo_select() 570 i = teo_find_shallower_state(drv, dev, idx, KTIME_MAX, true); in teo_select()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.c | 348 ct->stall_time = KTIME_MAX; in intel_guc_ct_enable() 630 if (ct->stall_time == KTIME_MAX) in has_room_nb() 643 ct->stall_time = KTIME_MAX; in has_room_nb() 718 if (ct->stall_time == KTIME_MAX) in ct_send() 732 ct->stall_time = KTIME_MAX; in ct_send()
|
/linux-6.6.21/fs/ |
D | timerfd.c | 109 ctx->moffs = KTIME_MAX; in timerfd_clock_was_set() 153 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
|
/linux-6.6.21/net/sched/ |
D | act_gate.c | 32 return KTIME_MAX; in gate_get_time() 61 expires = KTIME_MAX; in gate_start_timer()
|
D | sch_taprio.c | 166 return KTIME_MAX; in sched_base_time() 326 ktime_t earliest_txtime = KTIME_MAX, txtime, cycle, transmit_end_time; in find_entry_to_transmit() 973 next->gate_close_time[tc] = KTIME_MAX; in advance_sched() 1268 first->gate_close_time[tc] = KTIME_MAX; in setup_first_end_time() 1287 expires = KTIME_MAX; in taprio_start_sched()
|
/linux-6.6.21/io_uring/ |
D | cancel.c | 264 ktime_t timeout = KTIME_MAX; in io_sync_cancel()
|
/linux-6.6.21/drivers/watchdog/ |
D | watchdog_dev.c | 73 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX; in watchdog_set_open_deadline() 910 wd_data->open_deadline = KTIME_MAX; in watchdog_open()
|
/linux-6.6.21/fs/ceph/ |
D | metric.c | 271 metric->latency_min = KTIME_MAX; in ceph_metric_init()
|
D | debugfs.c | 133 _min = ktime_to_us(min == KTIME_MAX ? 0 : min); \
|