Searched refs:age (Results 1 – 10 of 10) sorted by relevance
/net/rxrpc/ |
D | local_object.c | 208 const char *age; in rxrpc_lookup_local() local 248 age = "old"; in rxrpc_lookup_local() 261 age = "new"; in rxrpc_lookup_local() 267 age, local->debug_id, &local->srx.transport); in rxrpc_lookup_local()
|
/net/netfilter/ |
D | xt_connlimit.c | 144 u32 age; in find_or_evict() local 157 age = a - b; in find_or_evict() 158 if (conn->cpu == cpu || age >= 2) { in find_or_evict()
|
/net/sched/ |
D | sch_fq.c | 64 unsigned long age; /* jiffies when flow was emptied, for gc */ member 123 f->age = jiffies; in fq_flow_set_detached() 188 time_after(jiffies, f->age + FQ_GC_AGE); in fq_gc_candidate() 411 if (time_after(jiffies, f->age + q->flow_refill_delay)) in fq_enqueue()
|
D | sch_sfb.c | 244 unsigned long age = min(10UL * HZ, jiffies - q->token_time); in sfb_rate_limit() local 246 q->tokens_avail = (age * q->penalty_rate) / HZ; in sfb_rate_limit()
|
/net/ipv4/ |
D | devinet.c | 668 unsigned long age; in check_lifetime() local 674 age = (now - ifa->ifa_tstamp + in check_lifetime() 678 age >= ifa->ifa_valid_lft) { in check_lifetime() 683 } else if (age >= ifa->ifa_preferred_lft) { in check_lifetime() 703 unsigned long age; in check_lifetime() local 709 age = (now - ifa->ifa_tstamp + in check_lifetime() 713 age >= ifa->ifa_valid_lft) { in check_lifetime() 726 age >= ifa->ifa_preferred_lft && in check_lifetime()
|
D | tcp_output.c | 1907 u32 age, send_win, cong_win, limit, in_flight; in tcp_tso_should_defer() local 1962 age = tcp_stamp_us_delta(tp->tcp_mstamp, head->skb_mstamp); in tcp_tso_should_defer() 1964 if (age < (tp->srtt_us >> 4)) in tcp_tso_should_defer()
|
/net/ipv6/ |
D | addrconf.c | 1237 unsigned long tmp_prefered_lft, tmp_valid_lft, tmp_tstamp, age; in ipv6_create_tempaddr() local 1279 age = (now - ifp->tstamp) / HZ; in ipv6_create_tempaddr() 1305 idev->cnf.temp_valid_lft + age); in ipv6_create_tempaddr() 1306 tmp_prefered_lft = cnf_temp_preferred_lft + age - in ipv6_create_tempaddr() 1322 age = (now - tmp_tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ; in ipv6_create_tempaddr() 1323 if (tmp_prefered_lft <= regen_advance + age) { in ipv6_create_tempaddr() 2424 int age, max_valid, max_prefered; in manage_tempaddrs() local 2437 age = (now - ift->cstamp) / HZ; in manage_tempaddrs() 2438 max_valid = idev->cnf.temp_valid_lft - age; in manage_tempaddrs() 2443 idev->desync_factor - age; in manage_tempaddrs() [all …]
|
/net/sunrpc/ |
D | cache.c | 262 long refresh_age, age; in cache_check() local 269 age = seconds_since_boot() - h->last_refresh; in cache_check() 275 (h->expiry_time != 0 && age > refresh_age/2)) { in cache_check() 277 refresh_age, age); in cache_check()
|
/net/ceph/ |
D | osd_client.c | 4685 unsigned long stamp, age; in ceph_osdc_watch_check() local 4700 age = jiffies - stamp; in ceph_osdc_watch_check() 4702 lreq, lreq->linger_id, age, lreq->last_error); in ceph_osdc_watch_check() 4704 ret = lreq->last_error ?: 1 + jiffies_to_msecs(age); in ceph_osdc_watch_check()
|
/net/core/ |
D | dev.c | 4716 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies) in napi_gro_flush() 4891 NAPI_GRO_CB(skb)->age = jiffies; in dev_gro_receive()
|