Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c357 uint32_t age = tcp_now - tpcache->tc_last_access; in tcp_getcache_with_lock() local
358 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() local
719 if (age > max_age) { in tcp_getheuristic_with_lock()
720 max_age = age; in tcp_getheuristic_with_lock()
/xnu-8019.80.24/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-8019.80.24/bsd/bsm/
H A Daudit.h264 time_t age; /* Age after which trail files should be expired */ member
/xnu-8019.80.24/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.c6888 bridge_rtable_expire(struct ifnet *ifp, int age)
6899 if (age == 0) {
6909 brt->brt_expire > now + age &&
6911 brt->brt_expire = now + age;
/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.c2279 clock_sec_t age; in compressor_needs_to_swap() local
2283 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()