Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Danalytics.c180 clock_sec_t age = now - creation_ts; in report_compressor_age() local
181 if ((age >= c_buckets[b].lower) && in report_compressor_age()
182 (age < c_buckets[b].upper)) { in report_compressor_age()
H A Dvm_compressor.c2664 clock_sec_t age; in vm_compressor_swapout_is_ripe() local
2668 age = 0; in vm_compressor_swapout_is_ripe()
2675 age = now - c_seg->c_creation_ts; in vm_compressor_swapout_is_ripe()
2679 if (age >= vm_ripe_target_age) { in vm_compressor_swapout_is_ripe()
/xnu-11417.101.15/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()
716 uint32_t age = tcp_now - tpheur->th_last_access; in tcp_getheuristic_with_lock() local
717 if (age >= max_age) { in tcp_getheuristic_with_lock()
718 max_age = age; in tcp_getheuristic_with_lock()
/xnu-11417.101.15/bsd/security/audit/
H A Daudit_syscalls.c935 udata.au_expire_after.age = audit_expire_after.age; in auditon()
946 audit_expire_after.age = udata.au_expire_after.age; in auditon()
H A Daudit.c311 audit_expire_after.age = 0; in audit_init()
/xnu-11417.101.15/bsd/bsm/
H A Daudit.h264 time_t age; /* Age after which trail files should be expired */ member
/xnu-11417.101.15/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.c7129 bridge_rtable_expire(struct ifnet *ifp, int age)
7140 if (age == 0) {
7150 brt->brt_expire > now + age &&
7152 brt->brt_expire = now + age;
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_fsevents.c106 uint64_t age; member
670 cur->activity_event.age = (uint64_t)(va_arg(ap, uint64_t)); in add_fsevent()
1787 error = fill_buff(FSE_ARG_INT64, sizeof(cur->activity_event.age), &cur->activity_event.age, in copy_out_kfse()