Home
last modified time | relevance | path

Searched refs:KTIME_MAX (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/kernel/time/
Dtick-broadcast-hrtimer.c88 .max_delta_ns = KTIME_MAX,
101 if (ce_broadcast_hrtimer.next_event != KTIME_MAX) in bc_handler()
Dtick-oneshot.c31 if (unlikely(expires == KTIME_MAX)) { in tick_program_event()
36 dev->next_event = KTIME_MAX; in tick_program_event()
Dtick-broadcast.c609 dev->next_event = KTIME_MAX; in tick_handle_oneshot_broadcast()
610 next_event = KTIME_MAX; in tick_handle_oneshot_broadcast()
670 if (next_event != KTIME_MAX) in tick_handle_oneshot_broadcast()
685 if (bc->next_event == KTIME_MAX) in broadcast_needs_cpu()
802 if (dev->next_event == KTIME_MAX) in __tick_broadcast_oneshot_control()
910 bc->next_event = KTIME_MAX; in tick_broadcast_setup_oneshot()
Dhrtimer.c560 ktime_t expires_next = KTIME_MAX; in __hrtimer_get_next_event()
566 active, KTIME_MAX); in __hrtimer_get_next_event()
1060 if (expires == KTIME_MAX) in hrtimer_update_softirq_timer()
1209 u64 expires = KTIME_MAX; in hrtimer_get_next_event()
1232 u64 expires = KTIME_MAX; in hrtimer_next_event_without()
1243 active, KTIME_MAX); in hrtimer_next_event_without()
1497 dev->next_event = KTIME_MAX; in hrtimer_interrupt()
1510 cpu_base->expires_next = KTIME_MAX; in hrtimer_interrupt()
1513 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()
1626 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()
[all …]
Dtick-sched.c718 delta = KTIME_MAX; in tick_nohz_next_event()
721 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event()
724 expires = KTIME_MAX; in tick_nohz_next_event()
760 if (tick == KTIME_MAX || ts->next_tick == hrtimer_get_expires(&ts->sched_timer)) in tick_nohz_stop_tick()
792 if (unlikely(expires == KTIME_MAX)) { in tick_nohz_stop_tick()
1170 dev->next_event = KTIME_MAX; in tick_nohz_handler()
Dclockevents.c182 dev->next_event = KTIME_MAX; in clockevents_shutdown()
216 dev->next_event = KTIME_MAX; in clockevents_increase_min_delta()
Dntp.c385 ret = KTIME_MAX; in ntp_get_next_leap()
Dtimer.c1522 u64 expires = KTIME_MAX; in get_next_timer_interrupt()
Dtimekeeping.c619 if (tk->next_leap_ktime != KTIME_MAX) in tk_update_leap_state()
/Linux-v4.19/tools/testing/selftests/timers/
Dset-2038.c34 #define KTIME_MAX ((long long)~((unsigned long long)1 << 63)) macro
35 #define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC)
/Linux-v4.19/include/linux/
Dtime64.h41 #define KTIME_MAX ((s64)~((u64)1 << 63)) macro
42 #define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC)
Drcutiny.h101 *nextevt = KTIME_MAX; in rcu_needs_cpu()
Dktime.h40 return KTIME_MAX; in ktime_set()
Dwait.h493 if ((timeout) != KTIME_MAX) \
/Linux-v4.19/fs/
Dtimerfd.c108 ctx->moffs = KTIME_MAX; in timerfd_clock_was_set()
136 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
Daio.c2040 ktime_t until = ts ? timespec64_to_ktime(*ts) : KTIME_MAX; in do_io_getevents()
/Linux-v4.19/kernel/rcu/
Dtree_plugin.h1419 *nextevt = KTIME_MAX; in rcu_needs_cpu()
1539 *nextevt = KTIME_MAX; in rcu_needs_cpu()
/Linux-v4.19/net/sched/
Dsch_cake.c1928 ktime_t best_time = KTIME_MAX; in cake_dequeue()
/Linux-v4.19/kernel/
Dsignal.c3087 ktime_t *to = NULL, timeout = KTIME_MAX; in do_sigtimedwait()