Home
last modified time | relevance | path

Searched refs:now (Results 1 – 24 of 24) sorted by relevance

/include/trace/events/
Dalarmtimer.h47 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 …]
Diocost.h16 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 …]
Dtimer.h64 __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 …]
Drpcgss.h290 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,
Drxrpc.h1148 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/
Dcodel_impl.h108 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 …]
Dbusy_poll.h78 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()
Darp.h57 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()
Dndisc.h415 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()
Dact_api.h60 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()
Dneighbour.h433 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()
Dtcp.h495 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);
Dip6_route.h130 unsigned long now);
Dsock.h2023 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/
Dalarmtimer.h45 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now);
59 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval);
Drtc.h178 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()
Dhrtimer.h332 __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);
Dtimekeeping.h291 extern int update_persistent_clock64(struct timespec64 now);
Dclocksource.h201 extern u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 now);
Dinterrupt.h744 u64 irq_timings_next_event(u64 now);
Dblk-cgroup.h833 void blkcg_add_delay(struct blkcg_gq *blkg, u64 now, u64 delta);
Dgenhd.h437 void update_io_ticks(struct hd_struct *part, unsigned long now, bool end);
/include/drm/
Ddrm_vblank.h207 ktime_t *now);
/include/xen/interface/
Dplatform.h323 uint64_t now; member