Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_importance.c2749 ipc_importance_inherit_t from_inherit = (ipc_importance_inherit_t)from_elem; in ipc_importance_inherit_from_kmsg() local
2752 if (from_inherit->iii_to_task == task_imp) { in ipc_importance_inherit_from_kmsg()
2754 if (!from_inherit->iii_donating && in ipc_importance_inherit_from_kmsg()
2759 inherit = from_inherit; in ipc_importance_inherit_from_kmsg()
2760 } else if (III_DEPTH_MAX == III_DEPTH(from_inherit)) { in ipc_importance_inherit_from_kmsg()
2769 to_task = from_inherit->iii_to_task; in ipc_importance_inherit_from_kmsg()
2776 assert(unlinked_from == (ipc_importance_elem_t)from_inherit); in ipc_importance_inherit_from_kmsg()
2778 ipc_importance_inherit_release_locked(from_inherit); in ipc_importance_inherit_from_kmsg()
2783 depth = from_inherit->iii_depth + 1; in ipc_importance_inherit_from_kmsg()