| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | time64.h | 27 #define KTIME_MAX ((s64)~((u64)1 << 63)) macro 28 #define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC) 129 return KTIME_MAX; in timespec64_to_ns()
|
| H A D | rcutiny.h | 73 *nextevt = KTIME_MAX; in rcu_needs_cpu()
|
| H A D | ktime.h | 41 return KTIME_MAX; in ktime_set()
|
| H A D | wait.h | 538 if ((timeout) != KTIME_MAX) { \
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | domain_governor.c | 124 ktime_t domain_wakeup = KTIME_MAX; in update_domain_next_wakeup() 142 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 149 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 278 if ((genpd->flags & GENPD_FLAG_MIN_RESIDENCY) && (genpd->next_wakeup != KTIME_MAX)) { in _default_power_down_ok()
|
| H A D | domain.c | 1500 gpd_data->next_wakeup = KTIME_MAX; in genpd_alloc_dev_data() 1978 genpd->next_wakeup = KTIME_MAX; in pm_genpd_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A 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)
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | hrtimer.c | 573 ktime_t expires_next = KTIME_MAX; in __hrtimer_get_next_event() 579 active, KTIME_MAX); in __hrtimer_get_next_event() 596 ktime_t expires_next, soft = KTIME_MAX; in hrtimer_update_next_event() 1100 if (expires == KTIME_MAX) in hrtimer_update_softirq_timer() 1380 u64 expires = KTIME_MAX; in hrtimer_get_next_event() 1403 u64 expires = KTIME_MAX; in hrtimer_next_event_without() 1414 active, KTIME_MAX); in hrtimer_next_event_without() 1688 dev->next_event = KTIME_MAX; in hrtimer_interrupt() 1701 cpu_base->expires_next = KTIME_MAX; in hrtimer_interrupt() 1704 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt() [all …]
|
| H A D | tick-oneshot.c | 27 if (unlikely(expires == KTIME_MAX)) { in tick_program_event() 32 dev->next_event = KTIME_MAX; in tick_program_event()
|
| H A D | tick-broadcast.c | 693 dev->next_event = KTIME_MAX; in tick_handle_oneshot_broadcast() 694 next_event = KTIME_MAX; in tick_handle_oneshot_broadcast() 754 if (next_event != KTIME_MAX) in tick_handle_oneshot_broadcast() 769 if (bc->next_event == KTIME_MAX) in broadcast_needs_cpu() 878 if (dev->next_event == KTIME_MAX) in ___tick_broadcast_oneshot_control() 1033 bc->next_event = KTIME_MAX; in tick_broadcast_setup_oneshot()
|
| H A D | tick-sched.c | 758 delta = KTIME_MAX; in tick_nohz_next_event() 761 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event() 764 expires = KTIME_MAX; in tick_nohz_next_event() 800 if (tick == KTIME_MAX || ts->next_tick == hrtimer_get_expires(&ts->sched_timer)) in tick_nohz_stop_tick() 831 if (unlikely(expires == KTIME_MAX)) { in tick_nohz_stop_tick() 1221 dev->next_event = KTIME_MAX; in tick_nohz_handler()
|
| H A D | tick-broadcast-hrtimer.c | 91 .max_delta_ns = KTIME_MAX,
|
| H A 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()
|
| H A D | clockevents.c | 174 dev->next_event = KTIME_MAX; in clockevents_shutdown() 208 dev->next_event = KTIME_MAX; in clockevents_increase_min_delta()
|
| H A D | ntp.c | 386 ret = KTIME_MAX; in ntp_get_next_leap()
|
| H A D | timer.c | 1638 u64 expires = KTIME_MAX; in get_next_timer_interrupt()
|
| H A D | timekeeping.c | 698 if (tk->next_leap_ktime != KTIME_MAX) in tk_update_leap_state()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | metric.c | 176 m->read_latency_min = KTIME_MAX; in ceph_metric_init() 183 m->write_latency_min = KTIME_MAX; in ceph_metric_init() 190 m->metadata_latency_min = KTIME_MAX; in ceph_metric_init()
|
| H A D | debugfs.c | 133 _min = ktime_to_us(min == KTIME_MAX ? 0 : min); \
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | timerfd.c | 111 ctx->moffs = KTIME_MAX; in timerfd_clock_was_set() 139 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_gate.c | 32 return KTIME_MAX; in gate_get_time() 61 expires = KTIME_MAX; in gate_start_timer()
|
| H A D | sch_taprio.c | 93 return KTIME_MAX; in sched_base_time() 199 ktime_t earliest_txtime = KTIME_MAX, txtime, cycle, transmit_end_time; in find_entry_to_transmit() 1051 expires = KTIME_MAX; in taprio_start_sched()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | watchdog_dev.c | 93 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX; in watchdog_set_open_deadline() 871 wd_data->open_deadline = KTIME_MAX; in watchdog_open()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_plugin.h | 1259 *nextevt = KTIME_MAX; in rcu_needs_cpu() 1357 *nextevt = KTIME_MAX; in rcu_needs_cpu()
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | listRCU.rst | 428 ctx->moffs = KTIME_MAX;
|