Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_importance.c2739 ipc_importance_inherit_t from_inherit = (ipc_importance_inherit_t)from_elem; in ipc_importance_inherit_from_kmsg() local
2742 if (from_inherit->iii_to_task == task_imp) { in ipc_importance_inherit_from_kmsg()
2744 if (!from_inherit->iii_donating && in ipc_importance_inherit_from_kmsg()
2749 inherit = from_inherit; in ipc_importance_inherit_from_kmsg()
2750 } else if (III_DEPTH_MAX == III_DEPTH(from_inherit)) { in ipc_importance_inherit_from_kmsg()
2759 to_task = from_inherit->iii_to_task; in ipc_importance_inherit_from_kmsg()
2766 assert(unlinked_from == (ipc_importance_elem_t)from_inherit); in ipc_importance_inherit_from_kmsg()
2768 ipc_importance_inherit_release_locked(from_inherit); in ipc_importance_inherit_from_kmsg()
2773 depth = from_inherit->iii_depth + 1; in ipc_importance_inherit_from_kmsg()