Searched refs:age (Results 1 – 8 of 8) sorted by relevance
176 clock_sec_t age = now - creation_ts; in report_compressor_age() local177 if ((age >= c_buckets[b].lower) && in report_compressor_age()178 (age < c_buckets[b].upper)) { in report_compressor_age()
2562 clock_sec_t age; in vm_compressor_swapout_is_ripe() local2566 age = 0; in vm_compressor_swapout_is_ripe()2573 age = now - c_seg->c_creation_ts; in vm_compressor_swapout_is_ripe()2577 if (age >= vm_ripe_target_age) { in vm_compressor_swapout_is_ripe()
360 uint32_t age = tcp_now - tpcache->tc_last_access; in tcp_getcache_with_lock() local361 if (age > max_age) { in tcp_getcache_with_lock()362 max_age = age; in tcp_getcache_with_lock()713 uint32_t age = tcp_now - tpheur->th_last_access; in tcp_getheuristic_with_lock() local714 if (age > max_age) { in tcp_getheuristic_with_lock()715 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()
7174 bridge_rtable_expire(struct ifnet *ifp, int age)7185 if (age == 0) {7195 brt->brt_expire > now + age &&7197 brt->brt_expire = now + age;