Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Dipsec.h113 u_int64_t lifetime; /* duration of the lifetime of this policy */ member
/xnu-10063.141.1/doc/debugging/
H A Dtask_ref.md10 references - one for the caller and one for the task itself. Over the lifetime
/xnu-10063.141.1/doc/vm/
H A Dfreezer.md89 …that we call this every day, but currently it does not change throughout the lifetime of the drive.
/xnu-10063.141.1/bsd/netkey/
H A Dkey.c2696 newsp->lifetime = lifetime_ns; in key_spdadd()
2706 newsp->lifetime = 0; in key_spdadd()
3740 lt->sadb_lifetime_addtime = sp->lifetime / NSEC_PER_SEC; in key_spdexpire()
6014 if (sp->lifetime == 0 && sp->validtime == 0) { in key_timehandler()
6019 if ((sp->lifetime in key_timehandler()
6020 && current_time_ns - sp->created > sp->lifetime) in key_timehandler()