Searched refs:age (Results 1 - 6 of 6) sorted by relevance

/net/sched/
H A Dsch_fq.c63 unsigned long age; /* jiffies when flow was emptied, for gc */ member in union:fq_flow::__anon151
119 f->age = jiffies;
171 time_after(jiffies, f->age + FQ_GC_AGE);
377 if (time_after(jiffies, f->age + q->flow_refill_delay))
382 /* Note: this overwrites f->age */
H A Dsch_sfb.c242 unsigned long age = min(10UL * HZ, jiffies - q->token_time); local
244 q->tokens_avail = (age * q->penalty_rate) / HZ;
/net/ipv4/
H A Ddevinet.c614 unsigned long age; local
620 age = (now - ifa->ifa_tstamp +
624 age >= ifa->ifa_valid_lft) {
629 } else if (age >= ifa->ifa_preferred_lft) {
649 unsigned long age; local
655 age = (now - ifa->ifa_tstamp +
659 age >= ifa->ifa_valid_lft) {
672 age >= ifa->ifa_preferred_lft &&
/net/ipv6/
H A Daddrconf.c1059 unsigned long tmp_prefered_lft, tmp_valid_lft, tmp_tstamp, age; local
1099 age = (now - ifp->tstamp) / HZ;
1102 idev->cnf.temp_valid_lft + age);
1105 idev->cnf.temp_prefered_lft + age -
1120 * Use age calculation as in addrconf_verify to avoid unnecessary
1123 age = (now - tmp_tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ;
1124 if (tmp_prefered_lft <= regen_advance + age) {
2180 int age, max_valid, max_prefered; local
2193 age = (now - ift->cstamp) / HZ;
2194 max_valid = idev->cnf.temp_valid_lft - age;
3711 unsigned long age; local
[all...]
/net/sunrpc/
H A Dcache.c253 long refresh_age, age; local
260 age = seconds_since_boot() - h->last_refresh;
266 (h->expiry_time != 0 && age > refresh_age/2)) {
267 dprintk("RPC: Want update, refage=%ld, age=%ld\n",
268 refresh_age, age);
/net/core/
H A Ddev.c3891 /* napi->gro_list contains packets ordered by age.
3908 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies)
4074 NAPI_GRO_CB(skb)->age = jiffies;

Completed in 2980 milliseconds