Home
last modified time | relevance | path

Searched refs:age (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.141.3/osfmk/vm/
H A Danalytics.c176 clock_sec_t age = now - creation_ts; in report_compressor_age() local
177 if ((age >= c_buckets[b].lower) && in report_compressor_age()
178 (age < c_buckets[b].upper)) { in report_compressor_age()
H A Dvm_compressor.c2562 clock_sec_t age; in vm_compressor_swapout_is_ripe() local
2566 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()
/xnu-8796.141.3/bsd/netinet/
H A Dtcp_cache.c360 uint32_t age = tcp_now - tpcache->tc_last_access; in tcp_getcache_with_lock() local
361 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() local
714 if (age > max_age) { in tcp_getheuristic_with_lock()
715 max_age = age; in tcp_getheuristic_with_lock()
/xnu-8796.141.3/bsd/security/audit/
H A Daudit_syscalls.c929 udata.au_expire_after.age = audit_expire_after.age; in auditon()
940 audit_expire_after.age = udata.au_expire_after.age; in auditon()
H A Daudit.c311 audit_expire_after.age = 0; in audit_init()
/xnu-8796.141.3/bsd/bsm/
H A Daudit.h264 time_t age; /* Age after which trail files should be expired */ member
/xnu-8796.141.3/bsd/net/
H A Dbridgestp.c1920 int age = 0; in bstp_notify_rtage() local
1926 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()
H A Dif_bridge.c7174 bridge_rtable_expire(struct ifnet *ifp, int age)
7185 if (age == 0) {
7195 brt->brt_expire > now + age &&
7197 brt->brt_expire = now + age;