Home
last modified time | relevance | path

Searched refs:now (Results 1 – 23 of 23) 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)
39 __entry->now = now->now;
40 __entry->vnow = now->vnow;
55 __entry->now, __entry->vnow, __entry->vrate,
63 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
70 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
[all …]
Dnapi.h43 unsigned long now, unsigned long *hist),
45 TP_ARGS(thrs, len, last_reap, hist_head, now, hist),
52 __field( unsigned long, now)
61 __entry->now = now;
67 __entry->last_reap, __entry->hist_head, __entry->now,
Dtimer.h64 __field( unsigned long, now )
73 __entry->now = jiffies;
79 (long)__entry->expires - __entry->now,
100 __field( unsigned long, now )
107 __entry->now = jiffies;
113 __entry->timer, __entry->function, __entry->now,
261 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
263 TP_ARGS(hrtimer, now),
267 __field( s64, now )
273 __entry->now = *now;
[all …]
Drpcgss.h598 unsigned long now,
604 TP_ARGS(window_size, expiry, now, timeout, len, data),
608 __field(unsigned long, now)
617 __entry->now = now;
625 __entry->window_size, __entry->expiry, __entry->now,
Drxrpc.h1623 TP_PROTO(struct rxrpc_call *call, ktime_t now),
1625 TP_ARGS(call, now),
1645 __entry->since_last_tx = ktime_sub(now, call->tx_last_sent);
/include/net/
Dcodel_impl.h112 codel_time_t now) in codel_should_drop() argument
123 vars->ldelay = now - skb_time_func(skb); in codel_should_drop()
139 vars->first_above_time = now + params->interval; in codel_should_drop()
140 } else if (codel_time_after(now, vars->first_above_time)) { in codel_should_drop()
157 codel_time_t now; in codel_dequeue() local
164 now = codel_get_time(); in codel_dequeue()
166 skb_len_func, skb_time_func, backlog, now); in codel_dequeue()
171 } else if (codel_time_after_eq(now, vars->drop_next)) { in codel_dequeue()
181 codel_time_after_eq(now, vars->drop_next)) { in codel_dequeue()
202 backlog, now)) { in codel_dequeue()
[all …]
Dbusy_poll.h85 unsigned long now = busy_loop_current_time(); in busy_loop_timeout() local
87 return time_after(now, end_time); in busy_loop_timeout()
101 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout() local
103 return time_after(now, end_time); in sk_busy_loop_timeout()
Dact_api.h77 unsigned long now = jiffies; in tcf_lastuse_update() local
79 if (tm->lastuse != now) in tcf_lastuse_update()
80 tm->lastuse = now; in tcf_lastuse_update()
82 tm->firstuse = now; in tcf_lastuse_update()
Dneighbour.h335 unsigned long now = jiffies; in neigh_confirm() local
338 if (READ_ONCE(n->confirmed) != now) in neigh_confirm()
339 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
469 unsigned long now = jiffies; in neigh_event_send_probe() local
471 if (READ_ONCE(neigh->used) != now) in neigh_event_send_probe()
472 WRITE_ONCE(neigh->used, now); in neigh_event_send_probe()
Dtcp.h533 unsigned int now = jiffies; in tcp_synq_overflow() local
541 if (!time_between32(now, last_overflow, in tcp_synq_overflow()
543 WRITE_ONCE(reuse->synq_overflow_ts, now); in tcp_synq_overflow()
549 if (!time_between32(now, last_overflow, last_overflow + HZ)) in tcp_synq_overflow()
550 WRITE_ONCE(tcp_sk_rw(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow()
557 unsigned int now = jiffies; in tcp_synq_no_recent_overflow() local
565 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow()
580 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow()
604 u64 cookie_init_timestamp(struct request_sock *req, u64 now);
Dip6_route.h126 unsigned long now);
/include/linux/
Ddynamic_queue_limits.h90 unsigned long map, now, now_hi, i; in dql_queue_stall() local
92 now = jiffies; in dql_queue_stall()
93 now_hi = now / BITS_PER_LONG; in dql_queue_stall()
117 if (!(map & BIT_MASK(now))) in dql_queue_stall()
118 WRITE_ONCE(DQL_HIST_ENT(dql, now_hi), map | BIT_MASK(now)); in dql_queue_stall()
Dalarmtimer.h45 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now);
59 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval);
Dhrtimer.h188 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() argument
190 ktime_t rem = ktime_sub(timer->node.expires, now); in __hrtimer_expires_remaining_adjusted()
343 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval);
Dtimekeeping.h359 extern int update_persistent_clock64(struct timespec64 now);
Dclocksource.h227 extern u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 now);
Dinterrupt.h846 u64 irq_timings_next_event(u64 now);
Dnetdevice.h4477 unsigned long now = jiffies; in txq_trans_cond_update() local
4479 if (READ_ONCE(txq->trans_start) != now) in txq_trans_cond_update()
4480 WRITE_ONCE(txq->trans_start, now); in txq_trans_cond_update()
Dperf_event.h1971 u64 now);
/include/trace/hooks/
Dsched.h387 TP_PROTO(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se),
388 TP_ARGS(now, cfs_rq, se), 1);
452 TP_PROTO(u64 now, struct sched_entity *se, int *ret),
453 TP_ARGS(now, se, ret), 1);
456 TP_PROTO(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se, int *ret),
457 TP_ARGS(now, cfs_rq, se, ret), 1);
460 TP_PROTO(u64 now, struct cfs_rq *cfs_rq, int *ret),
461 TP_ARGS(now, cfs_rq, ret), 1);
464 TP_PROTO(u64 now, struct rq *rq, int running, int *ret),
465 TP_ARGS(now, rq, running, ret), 1);
[all …]
/include/drm/
Ddrm_vblank.h272 ktime_t *now);
/include/xen/interface/
Dplatform.h306 uint64_t now; member