Home
last modified time | relevance | path

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

/xnu-12377.61.12/doc/debugging/
H A Dtask_ref.md10 references - one for the caller and one for the task itself. Over the lifetime
/xnu-12377.61.12/bsd/netinet6/
H A Dipsec.h113 u_int64_t lifetime; /* duration of the lifetime of this policy */ member
/xnu-12377.61.12/doc/mach_ipc/
H A Dipc_security_concepts.md30 `ipc_task_enable()`), and is immutable for the lifetime of this space. In
/xnu-12377.61.12/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-12377.61.12/bsd/netkey/
H A Dkey.c2607 newsp->lifetime = lifetime_ns; in key_spdadd()
2617 newsp->lifetime = 0; in key_spdadd()
3654 lt->sadb_lifetime_addtime = sp->lifetime / NSEC_PER_SEC; in key_spdexpire()
5981 if (sp->lifetime == 0 && sp->validtime == 0) { in key_timehandler()
5986 if ((sp->lifetime in key_timehandler()
5987 && current_time_ns - sp->created > sp->lifetime) in key_timehandler()