/include/trace/events/ |
D | alarmtimer.h | 47 TP_PROTO(struct alarm *alarm, ktime_t now), 49 TP_ARGS(alarm, now), 55 __field(s64, now) 62 __entry->now = now; 69 __entry->now 75 TP_PROTO(struct alarm *alarm, ktime_t now), 77 TP_ARGS(alarm, now) 82 TP_PROTO(struct alarm *alarm, ktime_t now), 84 TP_ARGS(alarm, now) 89 TP_PROTO(struct alarm *alarm, ktime_t now), [all …]
|
D | iocost.h | 16 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime), 24 __field(u64, now) 40 __entry->now = now->now; 41 __entry->vnow = now->vnow; 42 __entry->vrate = now->vrate; 57 __entry->now, __entry->vnow, __entry->vrate, 67 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 71 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 77 __field(u64, now) [all …]
|
D | timer.h | 64 __field( unsigned long, now ) 72 __entry->now = jiffies; 78 (long)__entry->expires - __entry->now, 98 __field( unsigned long, now ) 105 __entry->now = jiffies; 111 __entry->timer, __entry->function, __entry->now, 238 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now), 240 TP_ARGS(hrtimer, now), 244 __field( s64, now ) 250 __entry->now = *now; [all …]
|
D | rpcgss.h | 290 unsigned long now, 296 TP_ARGS(expiry, now, timeout, len, data), 300 __field(unsigned long, now) 308 __entry->now = now; 315 __entry->expiry, __entry->now, __entry->timeout,
|
D | rxrpc.h | 1148 unsigned long now), 1150 TP_ARGS(call, why, now), 1155 __field(long, now ) 1169 __entry->now = now; 1182 __entry->ack_at - __entry->now, 1183 __entry->ack_lost_at - __entry->now, 1184 __entry->resend_at - __entry->now, 1185 __entry->expect_rx_by - __entry->now, 1186 __entry->expect_req_by - __entry->now, 1187 __entry->expect_term_by - __entry->now, [all …]
|
/include/net/ |
D | codel_impl.h | 108 codel_time_t now) in codel_should_drop() argument 119 vars->ldelay = now - skb_time_func(skb); in codel_should_drop() 135 vars->first_above_time = now + params->interval; in codel_should_drop() 136 } else if (codel_time_after(now, vars->first_above_time)) { in codel_should_drop() 153 codel_time_t now; in codel_dequeue() local 160 now = codel_get_time(); in codel_dequeue() 162 skb_len_func, skb_time_func, backlog, now); in codel_dequeue() 167 } else if (codel_time_after_eq(now, vars->drop_next)) { in codel_dequeue() 177 codel_time_after_eq(now, vars->drop_next)) { in codel_dequeue() 198 backlog, now)) { in codel_dequeue() [all …]
|
D | busy_poll.h | 78 unsigned long now = busy_loop_current_time(); in busy_loop_timeout() local 80 return time_after(now, end_time); in busy_loop_timeout() 94 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout() local 96 return time_after(now, end_time); in sk_busy_loop_timeout()
|
D | arp.h | 57 unsigned long now = jiffies; in __ipv4_confirm_neigh() local 60 if (READ_ONCE(n->confirmed) != now) in __ipv4_confirm_neigh() 61 WRITE_ONCE(n->confirmed, now); in __ipv4_confirm_neigh()
|
D | ndisc.h | 415 unsigned long now = jiffies; in __ipv6_confirm_neigh() local 418 if (READ_ONCE(n->confirmed) != now) in __ipv6_confirm_neigh() 419 WRITE_ONCE(n->confirmed, now); in __ipv6_confirm_neigh() 432 unsigned long now = jiffies; in __ipv6_confirm_neigh_stub() local 435 if (READ_ONCE(n->confirmed) != now) in __ipv6_confirm_neigh_stub() 436 WRITE_ONCE(n->confirmed, now); in __ipv6_confirm_neigh_stub()
|
D | act_api.h | 60 unsigned long now = jiffies; in tcf_lastuse_update() local 62 if (tm->lastuse != now) in tcf_lastuse_update() 63 tm->lastuse = now; in tcf_lastuse_update() 65 tm->firstuse = now; in tcf_lastuse_update()
|
D | neighbour.h | 433 unsigned long now = jiffies; in neigh_event_send() local 435 if (READ_ONCE(neigh->used) != now) in neigh_event_send() 436 WRITE_ONCE(neigh->used, now); in neigh_event_send()
|
D | tcp.h | 495 unsigned int now = jiffies; in tcp_synq_overflow() local 503 if (!time_between32(now, last_overflow, in tcp_synq_overflow() 505 WRITE_ONCE(reuse->synq_overflow_ts, now); in tcp_synq_overflow() 511 if (!time_between32(now, last_overflow, last_overflow + HZ)) in tcp_synq_overflow() 512 WRITE_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow() 519 unsigned int now = jiffies; in tcp_synq_no_recent_overflow() local 527 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow() 542 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow() 557 u64 cookie_init_timestamp(struct request_sock *req, u64 now);
|
D | ip6_route.h | 130 unsigned long now);
|
D | sock.h | 2023 unsigned long now = jiffies; in sock_confirm_neigh() local 2026 if (READ_ONCE(n->confirmed) != now) in sock_confirm_neigh() 2027 WRITE_ONCE(n->confirmed, now); in sock_confirm_neigh()
|
/include/linux/ |
D | alarmtimer.h | 45 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now); 59 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval);
|
D | rtc.h | 178 extern int rtc_set_ntp_time(struct timespec64 now, unsigned long *target_nsec); 229 const struct timespec64 *now) in rtc_tv_nsec_ok() argument 236 *to_set = timespec64_add(*now, delay); in rtc_tv_nsec_ok()
|
D | hrtimer.h | 332 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() argument 334 ktime_t rem = ktime_sub(timer->node.expires, now); in __hrtimer_expires_remaining_adjusted() 482 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval);
|
D | timekeeping.h | 291 extern int update_persistent_clock64(struct timespec64 now);
|
D | clocksource.h | 201 extern u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 now);
|
D | interrupt.h | 744 u64 irq_timings_next_event(u64 now);
|
D | blk-cgroup.h | 833 void blkcg_add_delay(struct blkcg_gq *blkg, u64 now, u64 delta);
|
D | genhd.h | 437 void update_io_ticks(struct hd_struct *part, unsigned long now, bool end);
|
/include/drm/ |
D | drm_vblank.h | 207 ktime_t *now);
|
/include/xen/interface/ |
D | platform.h | 323 uint64_t now; member
|