| /include/trace/events/ |
| A D | alarmtimer.h | 49 TP_PROTO(struct alarm *alarm, ktime_t now), 51 TP_ARGS(alarm, now), 57 __field(s64, now) 64 __entry->now = now; 71 __entry->now 77 TP_PROTO(struct alarm *alarm, ktime_t now), 79 TP_ARGS(alarm, now) 84 TP_PROTO(struct alarm *alarm, ktime_t now), 86 TP_ARGS(alarm, now) 91 TP_PROTO(struct alarm *alarm, ktime_t now), [all …]
|
| A D | iocost.h | 24 __field(u64, now) 39 __entry->now = now->now; 40 __entry->vnow = now->vnow; 55 __entry->now, __entry->vnow, __entry->vrate, 82 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 88 __field(u64, now) 98 __entry->now = now->now; 187 TP_ARGS(iocg, path, now, usage_pct, 193 __field(u64, now) 205 __entry->now = now->now; [all …]
|
| A D | napi.h | 43 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,
|
| A D | timer.h | 64 __field( unsigned long, now ) 73 __entry->now = jiffies; 100 __field( unsigned long, now ) 107 __entry->now = jiffies; 263 TP_ARGS(hrtimer, now), 267 __field( s64, now ) 273 __entry->now = *now; 372 TP_ARGS(which, pid, now), 377 __field( unsigned long long, now ) 382 __entry->now = now; [all …]
|
| A D | rpcgss.h | 598 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,
|
| /include/net/ |
| A D | codel_impl.h | 112 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() 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() 227 skb_time_func, backlog, now); in codel_dequeue() [all …]
|
| A D | busy_poll.h | 93 unsigned long now = busy_loop_current_time(); in busy_loop_timeout() local 95 return time_after(now, end_time); in busy_loop_timeout() 109 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout() local 111 return time_after(now, end_time); in sk_busy_loop_timeout()
|
| A D | act_api.h | 77 unsigned long now = jiffies; in tcf_lastuse_update() local 79 if (READ_ONCE(tm->lastuse) != now) in tcf_lastuse_update() 80 WRITE_ONCE(tm->lastuse, now); in tcf_lastuse_update() 82 WRITE_ONCE(tm->firstuse, now); in tcf_lastuse_update() 87 unsigned long firstuse, now = jiffies; in tcf_tm_dump() local 89 dtm->install = jiffies_to_clock_t(now - READ_ONCE(stm->install)); in tcf_tm_dump() 90 dtm->lastuse = jiffies_to_clock_t(now - READ_ONCE(stm->lastuse)); in tcf_tm_dump() 94 jiffies_to_clock_t(now - firstuse) : 0; in tcf_tm_dump()
|
| A D | neighbour.h | 332 unsigned long now = jiffies; in neigh_confirm() local 335 if (READ_ONCE(n->confirmed) != now) in neigh_confirm() 336 WRITE_ONCE(n->confirmed, now); in neigh_confirm() 466 unsigned long now = jiffies; in neigh_event_send_probe() local 468 if (READ_ONCE(neigh->used) != now) in neigh_event_send_probe() 469 WRITE_ONCE(neigh->used, now); in neigh_event_send_probe()
|
| A D | tcp.h | 573 unsigned int now = jiffies; in tcp_synq_overflow() local 581 if (!time_between32(now, last_overflow, in tcp_synq_overflow() 583 WRITE_ONCE(reuse->synq_overflow_ts, now); in tcp_synq_overflow() 589 if (!time_between32(now, last_overflow, last_overflow + HZ)) in tcp_synq_overflow() 590 WRITE_ONCE(tcp_sk_rw(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow() 597 unsigned int now = jiffies; in tcp_synq_no_recent_overflow() local 605 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow() 620 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow() 644 u64 cookie_init_timestamp(struct request_sock *req, u64 now);
|
| A D | ip6_route.h | 126 unsigned long now);
|
| /include/linux/ |
| A D | dynamic_queue_limits.h | 90 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()
|
| A D | alarmtimer.h | 39 void (*function)(struct alarm *, ktime_t now); 53 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval);
|
| A D | hrtimer.h | 187 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() argument 189 ktime_t rem = ktime_sub(timer->node.expires, now); in __hrtimer_expires_remaining_adjusted() 353 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval);
|
| A D | clocksource.h | 226 extern u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 now);
|
| A D | timekeeping.h | 357 extern int update_persistent_clock64(struct timespec64 now);
|
| A D | interrupt.h | 864 u64 irq_timings_next_event(u64 now);
|
| A D | netdevice.h | 4719 unsigned long now = jiffies; in txq_trans_cond_update() local 4721 if (READ_ONCE(txq->trans_start) != now) in txq_trans_cond_update() 4722 WRITE_ONCE(txq->trans_start, now); in txq_trans_cond_update()
|
| A D | perf_event.h | 2086 u64 now);
|
| /include/drm/ |
| A D | drm_vblank.h | 272 ktime_t *now);
|
| /include/xen/interface/ |
| A D | platform.h | 306 uint64_t now; member
|