/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 | 70 unsigned long now = busy_loop_us_clock(); in busy_loop_timeout() local 72 return time_after(now, end_time); in busy_loop_timeout()
|
D | act_api.h | 85 unsigned long now = jiffies; in tcf_lastuse_update() local 87 if (tm->lastuse != now) in tcf_lastuse_update() 88 tm->lastuse = now; in tcf_lastuse_update() 90 tm->firstuse = now; in tcf_lastuse_update()
|
D | dst.h | 458 unsigned long now = jiffies; in dst_neigh_output() local 462 if (n->confirmed != now) in dst_neigh_output() 463 n->confirmed = now; in dst_neigh_output()
|
D | neighbour.h | 426 unsigned long now = jiffies; in neigh_event_send() local 428 if (neigh->used != now) in neigh_event_send() 429 neigh->used = now; in neigh_event_send()
|
D | tcp.h | 496 unsigned long now = jiffies; in tcp_synq_overflow() local 498 if (time_after(now, last_overflow + HZ)) in tcp_synq_overflow() 499 tcp_sk(sk)->rx_opt.ts_recent_stamp = now; in tcp_synq_overflow() 1005 bool is_sack_reneg, struct skb_mstamp *now, struct rate_sample *rs);
|
/include/trace/events/ |
D | timer.h | 56 __field( unsigned long, now ) 64 __entry->now = jiffies; 70 (long)__entry->expires - __entry->now, __entry->flags) 87 __field( unsigned long, now ) 93 __entry->now = jiffies; 97 TP_printk("timer=%p function=%pf now=%lu", __entry->timer, __entry->function,__entry->now) 202 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now), 204 TP_ARGS(hrtimer, now), 208 __field( s64, now ) 214 __entry->now = now->tv64; [all …]
|
D | rxrpc.h | 456 ktime_t now, unsigned long now_j), 458 TP_ARGS(call, why, now, now_j), 463 __field_struct(ktime_t, now ) 474 __entry->now = now; 485 ktime_to_ns(ktime_sub(__entry->expire_at, __entry->now)), 486 ktime_to_ns(ktime_sub(__entry->ack_at, __entry->now)), 487 ktime_to_ns(ktime_sub(__entry->resend_at, __entry->now)),
|
/include/linux/ |
D | alarmtimer.h | 38 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now); 52 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval);
|
D | timekeeping.h | 43 struct timespec64 now = current_kernel_time64(); in current_kernel_time() local 45 return timespec64_to_timespec(now); in current_kernel_time() 352 extern int update_persistent_clock(struct timespec now); 353 extern int update_persistent_clock64(struct timespec64 now);
|
D | uwb.h | 717 unsigned long now; in edc_inc() local 719 now = jiffies; in edc_inc() 720 if (now - err_hist->timestart > timeframe) { in edc_inc() 722 err_hist->timestart = now; in edc_inc() 725 err_hist->timestart = now; in edc_inc()
|
D | hrtimer.h | 327 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() argument 329 ktime_t rem = ktime_sub(timer->node.expires, now); in __hrtimer_expires_remaining_adjusted() 446 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval);
|
D | rtc.h | 173 extern int rtc_set_ntp_time(struct timespec64 now);
|
/include/net/irda/ |
D | irlap.h | 263 void irlap_apply_connection_parameters(struct irlap_cb *self, int now);
|
/include/xen/interface/ |
D | platform.h | 323 uint64_t now; member
|