Searched defs:now (Results 1 - 6 of 6) sorted by relevance

/include/net/
H A Dbusy_poll.h70 unsigned long now = busy_loop_us_clock(); local
72 return time_after(now, end_time);
H A Dcodel.h221 codel_time_t now)
230 vars->ldelay = now - codel_get_enqueue_time(skb);
247 vars->first_above_time = now + params->interval;
248 } else if (codel_time_after(now, vars->first_above_time)) {
264 codel_time_t now; local
271 now = codel_get_time();
272 drop = codel_should_drop(skb, sch, vars, params, stats, now);
277 } else if (codel_time_after_eq(now, vars->drop_next)) {
283 * that the next drop should happen now,
287 codel_time_after_eq(now, var
216 codel_should_drop(const struct sk_buff *skb, struct Qdisc *sch, struct codel_vars *vars, struct codel_params *params, struct codel_stats *stats, codel_time_t now) argument
[all...]
H A Ddst.h409 unsigned long now = jiffies; local
413 if (n->confirmed != now)
414 n->confirmed = now;
H A Dneighbour.h367 unsigned long now = jiffies; local
369 if (neigh->used != now)
370 neigh->used = now;
/include/linux/
H A Duwb.h717 unsigned long now; local
719 now = jiffies;
720 if (now - err_hist->timestart > timeframe) {
722 err_hist->timestart = now;
725 err_hist->timestart = now;
/include/xen/interface/
H A Dplatform.h314 uint64_t now; member in struct:xenpf_getidletime

Completed in 656 milliseconds