/linux-4.4.14/include/linux/ |
D | ktime.h | 41 typedef union ktime ktime_t; /* Kill this */ typedef 50 static inline ktime_t ktime_set(const s64 secs, const unsigned long nsecs) in ktime_set() 53 return (ktime_t){ .tv64 = KTIME_MAX }; in ktime_set() 55 return (ktime_t) { .tv64 = secs * NSEC_PER_SEC + (s64)nsecs }; in ktime_set() 60 ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; }) 64 ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; }) 71 ({ (ktime_t){ .tv64 = (kt).tv64 + (nsval) }; }) 78 ({ (ktime_t){ .tv64 = (kt).tv64 - (nsval) }; }) 81 static inline ktime_t timespec_to_ktime(struct timespec ts) in timespec_to_ktime() 87 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) in timespec64_to_ktime() [all …]
|
D | hrtimer.h | 102 ktime_t _softexpires; 147 ktime_t (*get_time)(void); 148 ktime_t offset; 199 ktime_t expires_next; 209 static inline void hrtimer_set_expires(struct hrtimer *timer, ktime_t time) in hrtimer_set_expires() 217 static inline void hrtimer_set_expires_range(struct hrtimer *timer, ktime_t time, ktime_t delta) in hrtimer_set_expires_range() 223 static inline void hrtimer_set_expires_range_ns(struct hrtimer *timer, ktime_t time, unsigned long … in hrtimer_set_expires_range_ns() 235 static inline void hrtimer_add_expires(struct hrtimer *timer, ktime_t time) in hrtimer_add_expires() 247 static inline ktime_t hrtimer_get_expires(const struct hrtimer *timer) in hrtimer_get_expires() 252 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires() [all …]
|
D | alarmtimer.h | 38 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now); 45 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)); 46 void alarm_start(struct alarm *alarm, ktime_t start); 47 void alarm_start_relative(struct alarm *alarm, ktime_t start); 52 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval); 53 u64 alarm_forward_now(struct alarm *alarm, ktime_t interval); 54 ktime_t alarm_expires_remaining(const struct alarm *alarm);
|
D | timekeeping.h | 168 extern ktime_t ktime_get(void); 169 extern ktime_t ktime_get_with_offset(enum tk_offsets offs); 170 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs); 171 extern ktime_t ktime_get_raw(void); 177 static inline ktime_t ktime_get_real(void) in ktime_get_real() 188 static inline ktime_t ktime_get_boottime(void) in ktime_get_boottime() 196 static inline ktime_t ktime_get_clocktai(void) in ktime_get_clocktai() 204 static inline ktime_t ktime_mono_to_real(ktime_t mono) in ktime_mono_to_real()
|
D | timekeeper_internal.h | 38 ktime_t base; 89 ktime_t offs_real; 90 ktime_t offs_boot; 91 ktime_t offs_tai; 94 ktime_t next_leap_ktime;
|
D | pm_wakeup.h | 61 ktime_t total_time; 62 ktime_t max_time; 63 ktime_t last_time; 64 ktime_t start_prevent_time; 65 ktime_t prevent_sleep_time;
|
D | rtc.h | 24 ktime_t rtc_tm_to_ktime(struct rtc_time tm); 25 struct rtc_time rtc_ktime_to_tm(ktime_t kt); 104 ktime_t period; 209 ktime_t expires, ktime_t period);
|
D | tick.h | 105 extern ktime_t tick_nohz_get_sleep_length(void); 113 static inline ktime_t tick_nohz_get_sleep_length(void) in tick_nohz_get_sleep_length() 115 ktime_t len = { .tv64 = NSEC_PER_SEC/HZ }; in tick_nohz_get_sleep_length()
|
D | clockchips.h | 102 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); 103 ktime_t next_event;
|
D | posix-timers.h | 82 ktime_t interval; 93 ktime_t interval;
|
D | iopoll.h | 45 ktime_t timeout = ktime_add_us(ktime_get(), timeout_us); \ 80 ktime_t timeout = ktime_add_us(ktime_get(), timeout_us); \
|
D | timerqueue.h | 10 ktime_t expires;
|
D | freezer.h | 233 static inline int freezable_schedule_hrtimeout_range(ktime_t *expires, in freezable_schedule_hrtimeout_range()
|
D | poll.h | 98 ktime_t *expires, unsigned long slack);
|
D | fence.h | 80 ktime_t timestamp;
|
D | skbuff.h | 276 ktime_t hwtstamp; 554 ktime_t tstamp; 2971 static inline ktime_t skb_get_ktime(const struct sk_buff *skb) in skb_get_ktime() 3002 static inline ktime_t net_timedelta(ktime_t t) in net_timedelta() 3007 static inline ktime_t net_invalid_timestamp(void) in net_invalid_timestamp()
|
D | interrupt.h | 598 void tasklet_hrtimer_start(struct tasklet_hrtimer *ttimer, ktime_t time, in tasklet_hrtimer_start()
|
D | perf_event.h | 659 ktime_t hrtimer_interval;
|
D | jbd2.h | 675 ktime_t t_start_time;
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp_internal.h | 175 ktime_t sc_tv_timer; 176 ktime_t sc_tv_data_ready; 177 ktime_t sc_tv_advance_start; 178 ktime_t sc_tv_advance_stop; 179 ktime_t sc_tv_func_start; 180 ktime_t sc_tv_func_stop; 183 ktime_t sc_tv_acquiry_total; 184 ktime_t sc_tv_send_total; 185 ktime_t sc_tv_status_total; 188 ktime_t sc_tv_process_total; [all …]
|
D | netdebug.c | 133 ktime_t now; in nst_seq_show()
|
/linux-4.4.14/kernel/time/ |
D | tick-sched.h | 46 ktime_t last_tick; 53 ktime_t idle_entrytime; 54 ktime_t idle_waketime; 55 ktime_t idle_exittime; 56 ktime_t idle_sleeptime; 57 ktime_t iowait_sleeptime; 58 ktime_t sleep_length; 61 ktime_t idle_expires;
|
D | tick-sched.c | 42 static ktime_t last_jiffies_update; 52 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64() 55 ktime_t delta; in tick_do_update_jiffies64() 98 static ktime_t tick_init_jiffy_update(void) in tick_init_jiffy_update() 100 ktime_t period; in tick_init_jiffy_update() 112 static void tick_sched_do_timer(ktime_t now) in tick_sched_do_timer() 423 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies() 440 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 442 ktime_t delta; in update_ts_time_stats() 458 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() [all …]
|
D | alarmtimer.c | 40 ktime_t (*gettime)(void); 45 static ktime_t freezer_delta; 202 ktime_t alarm_expires_remaining(const struct alarm *alarm) in alarm_expires_remaining() 223 ktime_t min, now; in alarmtimer_suspend() 243 ktime_t delta; in alarmtimer_suspend() 281 static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) in alarmtimer_freezerset() 283 ktime_t delta; in alarmtimer_freezerset() 303 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) in alarm_init() argument 320 void alarm_start(struct alarm *alarm, ktime_t start) in alarm_start() 338 void alarm_start_relative(struct alarm *alarm, ktime_t start) in alarm_start_relative() [all …]
|
D | timekeeping.h | 6 extern ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, 7 ktime_t *offs_real, 8 ktime_t *offs_boot, 9 ktime_t *offs_tai);
|
D | tick-internal.h | 16 extern ktime_t tick_next_period; 17 extern ktime_t tick_period; 56 ktime_t expires, bool force); 103 ktime_t nextevt); 104 extern int tick_program_event(ktime_t expires, int force); 117 ktime_t nextevt) { BUG(); } in tick_setup_oneshot() 119 static inline int tick_program_event(ktime_t expires, int force) { return 0; } in tick_program_event()
|
D | hrtimer.c | 168 ktime_t expires; in hrtimer_check_target() 284 s64 __ktime_divns(const ktime_t kt, s64 div) in __ktime_divns() 308 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe() 310 ktime_t res = ktime_add(lhs, rhs); in ktime_add_safe() 469 static ktime_t __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base) in __hrtimer_get_next_event() 472 ktime_t expires, expires_next = { .tv64 = KTIME_MAX }; in __hrtimer_get_next_event() 502 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base() 504 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base() 505 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base() 506 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base() [all …]
|
D | tick-common.c | 35 ktime_t tick_next_period; 36 ktime_t tick_period; 102 ktime_t next = dev->next_event; in tick_handle_periodic() 157 ktime_t next; in tick_setup_periodic() 181 ktime_t next_event; in tick_setup_device()
|
D | tick-oneshot.c | 27 int tick_program_event(ktime_t expires, int force) in tick_program_event() 66 ktime_t next_event) in tick_setup_oneshot()
|
D | timekeeping.c | 114 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 664 ktime_t ktime_get(void) in ktime_get() 668 ktime_t base; in ktime_get() 701 static ktime_t *offsets[TK_OFFS_MAX] = { 707 ktime_t ktime_get_with_offset(enum tk_offsets offs) in ktime_get_with_offset() 711 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset() 733 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any() 735 ktime_t *offset = offsets[offs]; in ktime_mono_to_any() 737 ktime_t tconv; in ktime_mono_to_any() 751 ktime_t ktime_get_raw(void) in ktime_get_raw() [all …]
|
D | ntp_internal.h | 8 extern ktime_t ntp_get_next_leap(void);
|
D | tick-broadcast.c | 329 ktime_t next = ktime_add(dev->next_event, tick_period); in tick_handle_periodic_broadcast() 561 ktime_t expires) in tick_broadcast_set_event() 602 ktime_t now, next_event; in tick_handle_oneshot_broadcast() 701 ktime_t now; in __tick_broadcast_oneshot_control() 855 ktime_t expires) in tick_broadcast_init_next_event()
|
D | tick-broadcast-hrtimer.c | 44 static int bc_set_next(ktime_t expires, struct clock_event_device *bc) in bc_set_next()
|
D | timer_stats.c | 104 static ktime_t time_start, time_stop; 286 ktime_t time; in tstats_show()
|
D | itimer.c | 29 ktime_t rem = __hrtimer_get_remaining(timer, true); in itimer_get_remtime() 194 ktime_t expires; in do_setitimer()
|
D | sched_clock.c | 65 ktime_t wrap_kt;
|
D | posix-timers.c | 462 ktime_t now = hrtimer_cb_get_time(timer); in posix_timer_fn() 488 ktime_t kj = ktime_set(0, NSEC_PER_SEC / HZ); in posix_timer_fn() 738 ktime_t now, remaining, iv; in common_timer_get()
|
D | ntp.c | 373 ktime_t ntp_get_next_leap(void) in ntp_get_next_leap() 375 ktime_t ret; in ntp_get_next_leap()
|
D | clockevents.c | 306 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, in clockevents_program_event()
|
D | timer.c | 1700 ktime_t kmin; in do_usleep_range()
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid3.h | 107 ktime_t tx_t_last_win_count; 109 ktime_t tx_t_ld; 110 ktime_t tx_t_nom; 146 ktime_t rx_tstamp_last_feedback;
|
D | ccid3.c | 106 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now) in ccid3_hc_tx_idle_rtt() 124 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) in ccid3_hc_tx_update_x() 129 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() 186 ktime_t now) in ccid3_hc_tx_update_win_count() 284 ktime_t now = ktime_get_real(); in ccid3_hc_tx_send_packet() 371 ktime_t now; in ccid3_hc_tx_packet_recv() 602 ktime_t now = ktime_get_real(); in ccid3_hc_rx_send_feedback()
|
/linux-4.4.14/drivers/net/can/softing/ |
D | softing.h | 41 ktime_t ts_ref; 42 ktime_t ts_overflow; /* timestamp overflow value, in ktime */ 76 ktime_t softing_raw2ktime(struct softing *card, u32 raw); 101 ktime_t ktime);
|
D | softing_fw.c | 396 ktime_t softing_raw2ktime(struct softing *card, u32 raw) in softing_raw2ktime() 399 ktime_t now, real_offset; in softing_raw2ktime() 400 ktime_t target; in softing_raw2ktime() 401 ktime_t tmp; in softing_raw2ktime()
|
D | softing_main.c | 143 ktime_t ktime) in softing_netdev_rx() 164 ktime_t ktime; in softing_handle_1()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 56 ktime_t total_busy_time; 57 ktime_t aggregate_completion_time; 61 ktime_t start_time; 86 ktime_t start_time; 87 ktime_t last_report_time;
|
D | flexfilelayout.c | 572 nfs4_ff_start_busy_timer(struct nfs4_ff_busy_timer *timer, ktime_t now) in nfs4_ff_start_busy_timer() 580 static ktime_t 581 nfs4_ff_end_busy_timer(struct nfs4_ff_busy_timer *timer, ktime_t now) in nfs4_ff_end_busy_timer() 583 ktime_t start; in nfs4_ff_end_busy_timer() 596 ktime_t now) in nfs4_ff_layoutstat_start_io() 598 static const ktime_t notime = {0}; in nfs4_ff_layoutstat_start_io() 631 ktime_t time_completed, in nfs4_ff_layout_stat_io_update_completed() 632 ktime_t time_started) in nfs4_ff_layout_stat_io_update_completed() 635 ktime_t completion_time = ktime_sub(time_completed, time_started); in nfs4_ff_layout_stat_io_update_completed() 636 ktime_t timer; in nfs4_ff_layout_stat_io_update_completed() [all …]
|
/linux-4.4.14/fs/ |
D | timerfd.c | 34 ktime_t tintv; 35 ktime_t moffs; 80 ktime_t now) in timerfd_alarmproc() 96 ktime_t moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in timerfd_clock_was_set() 129 ctx->moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in timerfd_canceled() 149 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) in timerfd_get_remaining() 151 ktime_t remaining; in timerfd_get_remaining() 165 ktime_t texp; in timerfd_setup() 408 ctx->moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in SYSCALL_DEFINE2()
|
D | select.c | 235 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() 401 ktime_t expire, *to = NULL; in do_select() 785 ktime_t expire, *to = NULL; in do_poll()
|
D | eventpoll.c | 1592 ktime_t expires, *to = NULL; in ep_poll()
|
D | aio.c | 1264 ktime_t until = { .tv64 = KTIME_MAX }; in read_events()
|
/linux-4.4.14/drivers/base/power/ |
D | wakeup.c | 611 static void update_prevent_sleep_time(struct wakeup_source *ws, ktime_t now) in update_prevent_sleep_time() 613 ktime_t delta = ktime_sub(now, ws->start_prevent_time); in update_prevent_sleep_time() 618 ktime_t now) {} in update_prevent_sleep_time() 632 ktime_t duration; in wakeup_source_deactivate() 633 ktime_t now; in wakeup_source_deactivate() 955 ktime_t now = ktime_get(); in pm_wakep_autosleep_enabled() 986 ktime_t total_time; in print_wakeup_source_stats() 987 ktime_t max_time; in print_wakeup_source_stats() 989 ktime_t active_time; in print_wakeup_source_stats() 990 ktime_t prevent_sleep_time; in print_wakeup_source_stats() [all …]
|
D | main.c | 191 static ktime_t initcall_debug_start(struct device *dev) in initcall_debug_start() 193 ktime_t calltime = ktime_set(0, 0); in initcall_debug_start() 205 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report() 208 ktime_t rettime; in initcall_debug_report() 359 static void dpm_show_time(ktime_t starttime, pm_message_t state, char *info) in dpm_show_time() 361 ktime_t calltime; in dpm_show_time() 379 ktime_t calltime; in dpm_run_callback() 547 ktime_t starttime = ktime_get(); in dpm_resume_noirq() 670 ktime_t starttime = ktime_get(); in dpm_resume_early() 842 ktime_t starttime = ktime_get(); in dpm_resume() [all …]
|
D | domain.c | 105 ktime_t time_start; in genpd_power_on() 134 ktime_t time_start; in genpd_power_off() 394 ktime_t time_start; in pm_genpd_runtime_suspend() 467 ktime_t time_start; in pm_genpd_runtime_resume()
|
/linux-4.4.14/arch/mips/kernel/ |
D | spinlock_test.c | 12 ktime_t start, finish; in ss_get() 51 ktime_t start; 92 ktime_t finish; in multi_get()
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon.h | 82 ktime_t irq_time; 83 ktime_t load_time;
|
D | olpc_dcon.c | 240 ktime_t delta_t, now; in dcon_load_holdoff() 331 ktime_t delta_t; in dcon_source_switch()
|
/linux-4.4.14/drivers/scsi/ |
D | st.h | 109 ktime_t read_time; /* holds ktime request was queued */ 110 ktime_t write_time; /* holds ktime request was queued */ 111 ktime_t other_time; /* holds ktime request was queued */
|
/linux-4.4.14/samples/kprobes/ |
D | kretprobe_example.c | 35 ktime_t entry_stamp; 61 ktime_t now; in ret_handler()
|
/linux-4.4.14/include/trace/events/ |
D | timer.h | 186 (unsigned long long)ktime_to_ns((ktime_t) { 188 (unsigned long long)ktime_to_ns((ktime_t) { 202 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now), 219 (unsigned long long)ktime_to_ns((ktime_t) { .tv64 = __entry->now }))
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | packet_history.h | 52 ktime_t stamp; 84 ktime_t tfrchrx_tstamp;
|
/linux-4.4.14/drivers/power/reset/ |
D | ltc2952-poweroff.c | 72 ktime_t trigger_delay; 73 ktime_t wde_interval; 104 ktime_t now; in ltc2952_poweroff_timer_wde()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_display.h | 71 unsigned int, int *, int *, ktime_t *, 72 ktime_t *, const struct drm_display_mode *);
|
D | nouveau_display.c | 96 ktime_t *stime, ktime_t *etime) in nouveau_display_scanoutpos_head() 137 ktime_t *stime, ktime_t *etime, in nouveau_display_scanoutpos()
|
D | nouveau_fence.c | 320 ktime_t kt; in nouveau_fence_wait_legacy()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-lib.c | 129 ktime_t rtc_tm_to_ktime(struct rtc_time tm) in rtc_tm_to_ktime() 138 struct rtc_time rtc_ktime_to_tm(ktime_t kt) in rtc_ktime_to_tm()
|
D | interface.c | 450 ktime_t now, onesec; in rtc_update_irq_enable() 545 ktime_t period; in rtc_pie_update_irq() 660 ktime_t period = ktime_set(0, NSEC_PER_SEC / rtc->irq_freq); in rtc_update_hrtimer() 828 ktime_t now; in rtc_timer_do_work() 912 ktime_t expires, ktime_t period) in rtc_timer_start()
|
/linux-4.4.14/kernel/power/ |
D | power.h | 168 extern void swsusp_show_speed(ktime_t, ktime_t, unsigned int, char *);
|
D | swap.c | 522 ktime_t start; in save_image() 523 ktime_t stop; in save_image() 658 ktime_t start; in save_image_lzo() 659 ktime_t stop; in save_image_lzo() 1044 ktime_t start; in load_image() 1045 ktime_t stop; in load_image() 1147 ktime_t start; in load_image_lzo() 1148 ktime_t stop; in load_image_lzo()
|
D | hibernate.c | 236 void swsusp_show_speed(ktime_t start, ktime_t stop, in swsusp_show_speed() 239 ktime_t diff; in swsusp_show_speed()
|
D | wakelock.c | 105 ktime_t now; in __wakelocks_gc()
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | spu_profiler.c | 139 ktime_t kt; in profile_spus() 204 ktime_t kt; in start_spu_profiling_cycles()
|
/linux-4.4.14/drivers/platform/x86/ |
D | msi-wmi.c | 88 static ktime_t last_pressed; 210 ktime_t cur = ktime_get_real(); in msi_wmi_notify() 211 ktime_t diff = ktime_sub(cur, last_pressed); in msi_wmi_notify()
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-core-priv.h | 39 ktime_t last_event; /* when last event occurred */ 107 ktime_t gap_start;
|
D | rc-ir-raw.c | 108 ktime_t now; in ir_raw_event_store_edge()
|
D | ir-lirc-codec.c | 113 ktime_t start; in ir_lirc_transmit_ir()
|
/linux-4.4.14/drivers/idle/ |
D | i7300_idle.c | 86 static ktime_t start_ktime; 448 ktime_t now_ktime; in i7300_idle_notifier() 449 static ktime_t idle_begin_time; in i7300_idle_notifier() 497 ktime_t idle_ktime; in i7300_idle_notifier()
|
/linux-4.4.14/fs/dlm/ |
D | dlm_internal.h | 252 ktime_t lkb_timestamp; 253 ktime_t lkb_wait_time; 262 ktime_t lkb_last_cast_time; /* for debugging */ 263 ktime_t lkb_last_bast_time; /* for debugging */
|
/linux-4.4.14/include/linux/sunrpc/ |
D | metrics.h | 65 ktime_t om_queue, /* queued for xmit */
|
D | xprt.h | 97 ktime_t rq_rtt; /* round-trip time */ 109 ktime_t rq_xtime; /* transmit time stamp */
|
D | sched.h | 75 ktime_t tk_start; /* RPC task init timestamp */
|
/linux-4.4.14/kernel/ |
D | async.c | 114 ktime_t uninitialized_var(calltime), delta, rettime; in async_run_entry_fn() 285 ktime_t uninitialized_var(starttime), delta, endtime; in async_synchronize_cookie_domain()
|
D | futex_compat.c | 179 ktime_t t, *tp = NULL; in COMPAT_SYSCALL_DEFINE6()
|
D | futex.c | 2280 ktime_t *abs_time, u32 bitset) in futex_wait() 2357 ktime_t t, *tp = NULL; in futex_wait_restart() 2380 ktime_t *time, int trylock) in futex_lock_pi() 2688 u32 val, ktime_t *abs_time, u32 bitset, in futex_wait_requeue_pi() 3062 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex() 3124 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6()
|
/linux-4.4.14/arch/mips/kvm/ |
D | emulate.c | 246 static uint32_t kvm_mips_ktime_to_count(struct kvm_vcpu *vcpu, ktime_t now) in kvm_mips_ktime_to_count() 285 static inline ktime_t kvm_mips_count_time(struct kvm_vcpu *vcpu) in kvm_mips_count_time() 303 static uint32_t kvm_mips_read_count_running(struct kvm_vcpu *vcpu, ktime_t now) in kvm_mips_read_count_running() 306 ktime_t expires, threshold; in kvm_mips_read_count_running() 390 static ktime_t kvm_mips_freeze_hrtimer(struct kvm_vcpu *vcpu, in kvm_mips_freeze_hrtimer() 393 ktime_t now; in kvm_mips_freeze_hrtimer() 422 ktime_t now, uint32_t count) in kvm_mips_resume_hrtimer() 427 ktime_t expire; in kvm_mips_resume_hrtimer() 450 ktime_t now; in kvm_mips_write_count() 498 ktime_t now; in kvm_mips_set_count_hz() [all …]
|
/linux-4.4.14/sound/firewire/ |
D | lib.h | 34 ktime_t next_ktime;
|
/linux-4.4.14/drivers/devfreq/exynos/ |
D | exynos_ppmu.h | 67 ktime_t reset_time;
|
/linux-4.4.14/arch/x86/kvm/ |
D | i8254.h | 21 ktime_t count_load_time;
|
D | lapic.c | 1030 ktime_t remaining; in apic_get_tmcct() 1263 ktime_t now; in start_apic_timer() 1310 ktime_t expire; in start_apic_timer()
|
D | i8254.c | 110 ktime_t remaining; in __kpit_elapsed()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842-powernv.c | 42 ktime_t start; 173 ktime_t start = wmem->start, now = ktime_get(); in wait_for_csb() 174 ktime_t timeout = ktime_add_ms(start, CSB_WAIT_MAX); in wait_for_csb()
|
D | nx-842.c | 178 ktime_t timeout; in compress() 357 ktime_t timeout; in decompress()
|
/linux-4.4.14/drivers/net/irda/ |
D | irda-usb.h | 160 ktime_t stamp;
|
D | ali-ircc.h | 212 ktime_t stamp;
|
D | nsc-ircc.h | 266 ktime_t stamp;
|
D | vlsi_ir.h | 726 ktime_t last_rx;
|
D | stir4200.c | 178 ktime_t rx_time;
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | cdma.h | 57 ktime_t start_ktime; /* starting time */
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 707 ktime_t *timeout , bool interruptible) in msm_wait_fence() 725 ktime_t now = ktime_get(); in msm_wait_fence() 731 ktime_t rem = ktime_sub(*timeout, now); in msm_wait_fence() 848 static inline ktime_t to_ktime(struct drm_msm_timespec timeout) in to_ktime() 858 ktime_t timeout = to_ktime(args->timeout); in msm_ioctl_gem_cpu_prep() 920 ktime_t timeout = to_ktime(args->timeout); in msm_ioctl_wait_fence()
|
D | msm_drv.h | 187 ktime_t *timeout, bool interruptible); 227 ktime_t *timeout);
|
D | msm_gpu.h | 73 ktime_t time;
|
D | msm_atomic.c | 207 ktime_t timeout; in msm_atomic_commit()
|
D | msm_gem.c | 451 int msm_gem_cpu_prep(struct drm_gem_object *obj, uint32_t op, ktime_t *timeout) in msm_gem_cpu_prep()
|
D | msm_gpu.c | 362 ktime_t time; in update_sw_cntrs()
|
/linux-4.4.14/net/ipv6/ |
D | mip6.c | 121 ktime_t stamp; 187 static inline int mip6_report_rl_allow(ktime_t stamp, in mip6_report_rl_allow() 217 ktime_t stamp; in mip6_destopt_reject()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_probe.c | 60 ktime_t tstamp; 79 ktime_t start;
|
/linux-4.4.14/drivers/atm/ |
D | eni.h | 62 ktime_t timestamp; /* for RX timing */
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp.h | 159 ktime_t hw_start;
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-timer.c | 87 ktime_t *timeout = &ehci->hr_timeouts[event]; in ehci_enable_event() 408 ktime_t now; in ehci_hrtimer_func()
|
D | fotg210.h | 79 ktime_t hr_timeouts[FOTG210_HRTIMER_NUM_EVENTS]; 167 ktime_t last_periodic_enable;
|
D | ehci.h | 127 ktime_t hr_timeouts[EHCI_HRTIMER_NUM_EVENTS]; 212 ktime_t last_periodic_enable;
|
/linux-4.4.14/include/net/ |
D | inet_frag.h | 55 ktime_t stamp;
|
D | red.h | 151 ktime_t qidlestart; /* Start of current idle period */
|
D | sock.h | 436 ktime_t sk_stamp; 2140 ktime_t kt = skb->tstamp; in sock_recv_timestamp()
|
/linux-4.4.14/drivers/phy/ |
D | phy-qcom-ufs-i.h | 29 ktime_t timeout = ktime_add_us(ktime_get(), timeout_us); \
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ptp.c | 191 ktime_t hwtimestamp; 289 ktime_t (*nic_to_kernel_time)(u32 nic_major, u32 nic_minor, 409 static ktime_t efx_ptp_s_ns_to_ktime_correction(u32 nic_major, u32 nic_minor, in efx_ptp_s_ns_to_ktime_correction() 412 ktime_t kt = ktime_set(nic_major, nic_minor); in efx_ptp_s_ns_to_ktime_correction() 451 static inline ktime_t efx_ptp_s27_to_ktime(u32 nic_major, u32 nic_minor) in efx_ptp_s27_to_ktime() 458 static ktime_t efx_ptp_s27_to_ktime_correction(u32 nic_major, u32 nic_minor, in efx_ptp_s27_to_ktime_correction() 727 ktime_t mc_time; in efx_ptp_process_times() 1859 ktime_t kt; in efx_phc_gettime()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_cq.h | 69 ktime_t prev_ts;
|
/linux-4.4.14/net/bluetooth/ |
D | selftest.c | 176 ktime_t calltime, delta, rettime; in test_ecdh()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_sir.c | 130 static ktime_t last; 132 static ktime_t last_intr_time; 436 ktime_t curr_time; in sir_interrupt()
|
/linux-4.4.14/drivers/staging/android/ |
D | timed_gpio.c | 50 ktime_t t; in gpio_get_time()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mode.h | 554 ktime_t *stime, ktime_t *etime,
|
D | amdgpu_display.c | 796 ktime_t *stime, ktime_t *etime, in amdgpu_get_crtc_scanoutpos()
|
D | amdgpu_gem.c | 340 ktime_t timeout; in amdgpu_gem_timeout()
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufshcd.h | 321 ktime_t busy_start_t; 501 ktime_t last_dme_cmd_tstamp;
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 197 ktime_t tv; in bttv_rc5_timer_end() 249 ktime_t tv; in bttv_rc5_irq()
|
D | bttvp.h | 143 ktime_t base_time; /* time of last seen code */
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 126 special nanosecond-resolution type: ktime_t. The kernel-internal 127 representation of ktime_t values and operations is implemented via 131 CPUs. This build-time-selectable ktime_t storage format was implemented
|
/linux-4.4.14/drivers/pps/generators/ |
D | pps_gen_parport.c | 181 static inline ktime_t next_intr_time(struct pps_generator_pp *dev) in next_intr_time()
|
/linux-4.4.14/drivers/cpufreq/ |
D | cpufreq_governor.h | 140 ktime_t time_stamp;
|
D | speedstep-lib.c | 389 ktime_t tv1, tv2; in speedstep_get_freqs()
|
D | cpufreq_governor.c | 207 ktime_t time_now = ktime_get(); in need_load_eval()
|
D | intel_pstate.c | 73 ktime_t time; 111 ktime_t last_sample_time;
|
/linux-4.4.14/net/dccp/ |
D | timer.c | 252 static ktime_t dccp_timestamp_seed;
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 286 ktime_t expiration; 850 ktime_t last_time_heard; 1542 ktime_t cookie_life;
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 129 ktime_t *stime, ktime_t *etime,
|
D | radeon_mode.h | 884 ktime_t *stime, ktime_t *etime,
|
D | radeon_display.c | 1855 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanoutpos()
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-pll.c | 402 ktime_t start; in samsung_pll45xx_set_rate() 456 ktime_t delta = ktime_sub(ktime_get(), start); in samsung_pll45xx_set_rate() 553 ktime_t start; in samsung_pll46xx_set_rate() 615 ktime_t delta = ktime_sub(ktime_get(), start); in samsung_pll46xx_set_rate()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 281 ktime_t next_tx; 282 ktime_t started_at; 283 ktime_t stopped_at; 536 ktime_t stopped; in pktgen_if_show() 2238 static void spin(struct pktgen_dev *pkt_dev, ktime_t spin_until) in spin() 2240 ktime_t start_time, end_time; in spin() 3213 ktime_t elapsed = ktime_sub(pkt_dev->stopped_at, in show_results() 3215 ktime_t idle = ns_to_ktime(pkt_dev->idle_acc); in show_results() 3345 ktime_t idle_start = ktime_get(); in pktgen_resched() 3352 ktime_t idle_start = ktime_get(); in pktgen_wait_for_skb()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0299.c | 411 ktime_t nexttime; in stv0299_send_legacy_dish_cmd() 412 ktime_t tv[10]; in stv0299_send_legacy_dish_cmd()
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 517 ktime_t *stime, ktime_t *etime,
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 562 ktime_t *timeout, struct ext_wait_queue *ewp) in wq_sleep() 669 ktime_t *expires, struct timespec *ts) in prepare_timeout() 968 ktime_t expires, *timeout = NULL; in SYSCALL_DEFINE5() 1089 ktime_t expires, *timeout = NULL; in SYSCALL_DEFINE5()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci.h | 214 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS];
|
D | otg_fsm.c | 369 ktime_t now, *timeout; in ci_otg_hrtimer_func()
|
/linux-4.4.14/net/sunrpc/ |
D | stats.c | 151 ktime_t delta, now; in rpc_count_iostats_metrics()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 230 ktime_t start_time, end_time, timeout; in ring_buffer_producer()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.h | 696 extern void dvb_frontend_sleep_until(ktime_t *waketime, u32 add_usec);
|
D | dvb_frontend.c | 899 void dvb_frontend_sleep_until(ktime_t *waketime, u32 add_usec) in dvb_frontend_sleep_until() 2451 ktime_t nexttime; in dvb_frontend_ioctl_legacy() 2452 ktime_t tv[10]; in dvb_frontend_ioctl_legacy()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_ring.c | 98 ktime_t last_add_time; 155 ktime_t now = ktime_get(); in virtqueue_add()
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
D | zl6100.c | 38 ktime_t access; /* chip access time */
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft.h | 249 ktime_t update_time;
|
/linux-4.4.14/drivers/mtd/tests/ |
D | speedtest.c | 53 static ktime_t start, finish;
|
D | torturetest.c | 83 static ktime_t start, finish;
|
/linux-4.4.14/sound/sh/ |
D | sh_dac_audio.c | 58 ktime_t wakeups_per_second;
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_clock.c | 137 ktime_t kt; in ptp_clock_adjtime()
|
/linux-4.4.14/drivers/lguest/ |
D | interrupts_and_traps.c | 670 ktime_t expires; in guest_set_clockevent()
|
/linux-4.4.14/drivers/cpuidle/ |
D | cpuidle.c | 176 ktime_t time_start, time_end; in cpuidle_enter_state()
|
/linux-4.4.14/drivers/input/ |
D | evdev.c | 159 ktime_t time; in __evdev_queue_syn_dropped() 260 ktime_t *ev_time) in evdev_pass_values() 307 ktime_t ev_time[EV_CLK_MAX]; in evdev_events()
|
/linux-4.4.14/drivers/ide/ |
D | pdc202xx_new.c | 247 ktime_t start_time, end_time; in detect_pll_input_clock()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | pll.c | 201 ktime_t wait; in wait_for_bit_change()
|
D | dsi.c | 366 ktime_t perf_setup_time; 367 ktime_t perf_start_time; 506 ktime_t wait; in wait_for_bit_change() 562 ktime_t t, setup_time, trans_time; in dsi_perf_show() 2157 ktime_t wait = ns_to_ktime(1000 * 1000); in dsi_cio_init()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4_fs.h | 71 ktime_t create_time;
|
/linux-4.4.14/drivers/power/ |
D | charger-manager.c | 1100 ktime_t now, add; in cm_setup_timer() 1619 static enum alarmtimer_restart cm_timer_func(struct alarm *alarm, ktime_t now) in cm_timer_func() 1948 ktime_t remain; in cm_suspend_complete()
|
/linux-4.4.14/kernel/sched/ |
D | sched.h | 141 ktime_t rt_period; 224 ktime_t period;
|
D | deadline.c | 528 ktime_t now, act; in start_dl_timer()
|
/linux-4.4.14/init/ |
D | main.c | 766 ktime_t calltime, delta, rettime; in do_one_initcall_debug()
|
/linux-4.4.14/drivers/ata/ |
D | pata_pdc2027x.c | 609 ktime_t start_time, end_time; in pdc_detect_pll_input_clock()
|
/linux-4.4.14/drivers/pci/ |
D | quirks.c | 2992 static ktime_t fixup_debug_start(struct pci_dev *dev, in fixup_debug_start() 2995 ktime_t calltime = ktime_set(0, 0); in fixup_debug_start() 3007 static void fixup_debug_report(struct pci_dev *dev, ktime_t calltime, in fixup_debug_report() 3010 ktime_t delta, rettime; in fixup_debug_report() 3247 ktime_t calltime; in pci_do_fixups()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_irq.c | 774 ktime_t stime, etime; in drm_calc_vbltimestamp_from_scanoutpos() 881 ktime_t now; in get_drm_timestamp()
|
/linux-4.4.14/sound/drivers/ |
D | dummy.c | 375 ktime_t base_time; 376 ktime_t period_time;
|
/linux-4.4.14/fs/gfs2/ |
D | incore.h | 350 ktime_t gl_dstamp;
|
D | lock_dlm.c | 104 ktime_t dstamp; in gfs2_update_request_times()
|
/linux-4.4.14/net/can/ |
D | bcm.c | 102 ktime_t rx_stamp, kt_ival1, kt_ival2, kt_lastmsg; 134 static inline ktime_t bcm_timeval_to_ktime(struct bcm_timeval tv) in bcm_timeval_to_ktime()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 512 ktime_t hr_time; in ap_sm_wait() 1509 ktime_t hr_time; in poll_timeout_store()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 746 ktime_t start; in process_param2_config() 747 ktime_t end; in process_param2_config()
|
/linux-4.4.14/drivers/misc/ |
D | lkdtm.c | 215 static int jp_hrtimer_start(struct hrtimer *timer, ktime_t tim, in jp_hrtimer_start()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 124 ktime_t timer_interval; /* in ktime_t unit */
|
/linux-4.4.14/drivers/regulator/ |
D | qcom_spmi-regulator.c | 324 ktime_t vs_enable_time; 970 ktime_t ocp_irq_time; in spmi_regulator_vs_ocp_isr()
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-bcm2835.c | 908 ktime_t timeout; in bcm2835_pll_on() 1242 ktime_t timeout = ktime_add_ns(ktime_get(), LOCK_TIMEOUT_NS); in bcm2835_clock_wait_busy()
|
/linux-4.4.14/drivers/misc/mei/ |
D | hw-txe.c | 227 ktime_t stop, start; in mei_txe_aliveness_poll()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | serial2002.c | 124 ktime_t start, now; in serial2002_tty_read_poll_wait()
|
/linux-4.4.14/drivers/block/ |
D | null_blk.c | 259 ktime_t kt = ktime_set(0, completion_nsec); in null_cmd_end_timer()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | kvm_host.h | 414 ktime_t count_resume;
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3.c | 446 ktime_t delay; in pt3_fetch_thread()
|
/linux-4.4.14/drivers/dma/ |
D | dmatest.c | 419 ktime_t ktime; in dmatest_func()
|
/linux-4.4.14/fs/jbd2/ |
D | commit.c | 379 ktime_t start_time; in jbd2_journal_commit_transaction()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-s3c2410.c | 663 ktime_t start, now; in s3c24xx_i2c_wait_idle()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 236 ktime_t last_updated; /* last time quotas were computed */ 400 ktime_t now = ktime_get(); in sched_update_avail()
|
/linux-4.4.14/net/sched/ |
D | sch_cbq.c | 493 ktime_t expires; in cbq_ovl_delay() 616 ktime_t time; in cbq_undelay()
|
D | sch_netem.c | 149 ktime_t tstamp_save;
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_intel.c | 552 ktime_t calltime, delta, rettime; in intel_setup()
|
/linux-4.4.14/fs/ubifs/ |
D | ubifs.h | 701 ktime_t softlimit;
|
/linux-4.4.14/fs/ext4/ |
D | extents_status.c | 977 ktime_t start_time; in __es_shrink()
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr_core.c | 913 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 163 ktime_t end_vbl_time = ktime_get(); in intel_pipe_update_end()
|
D | intel_drv.h | 581 ktime_t start_vbl_time;
|
/linux-4.4.14/sound/pci/ |
D | es1968.c | 1713 ktime_t start_time, stop_time; in es1968_measure_clock() 1714 ktime_t diff; in es1968_measure_clock()
|
/linux-4.4.14/drivers/char/ |
D | random.c | 1370 ktime_t now = ktime_get_real(); in init_std_data()
|
/linux-4.4.14/drivers/md/bcache/ |
D | bset.c | 451 ktime_t start = ktime_get();
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_device.c | 189 ktime_t t0, t1; in detect_guest_activity()
|