Searched refs:age (Results 1 – 7 of 7) sorted by relevance
357 uint32_t age = tcp_now - tpcache->tc_last_access; in tcp_getcache_with_lock() local358 if (age > max_age) { in tcp_getcache_with_lock()359 max_age = age; in tcp_getcache_with_lock()718 uint32_t age = tcp_now - tpheur->th_last_access; in tcp_getheuristic_with_lock() local719 if (age > max_age) { in tcp_getheuristic_with_lock()720 max_age = age; in tcp_getheuristic_with_lock()
929 udata.au_expire_after.age = audit_expire_after.age; in auditon()940 audit_expire_after.age = udata.au_expire_after.age; in auditon()
311 audit_expire_after.age = 0; in audit_init()
264 time_t age; /* Age after which trail files should be expired */ member
1920 int age = 0; in bstp_notify_rtage() local1926 age = bp->bp_desg_fdelay / BSTP_TICK_VAL; in bstp_notify_rtage()1930 age = 0; in bstp_notify_rtage()1936 (*bs->bs_rtage_cb)(bp->bp_ifp, age); in bstp_notify_rtage()
6888 bridge_rtable_expire(struct ifnet *ifp, int age)6899 if (age == 0) {6909 brt->brt_expire > now + age &&6911 brt->brt_expire = now + age;
2279 clock_sec_t age; in compressor_needs_to_swap() local2283 age = 0; in compressor_needs_to_swap()2290 age = now - c_seg->c_creation_ts; in compressor_needs_to_swap()2294 if (age >= vm_ripe_target_age) { in compressor_needs_to_swap()