Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_importance.c2729 ipc_importance_inherit_t from_inherit = (ipc_importance_inherit_t)from_elem; in ipc_importance_inherit_from_kmsg() local
2732 if (from_inherit->iii_to_task == task_imp) { in ipc_importance_inherit_from_kmsg()
2734 if (!from_inherit->iii_donating && in ipc_importance_inherit_from_kmsg()
2739 inherit = from_inherit; in ipc_importance_inherit_from_kmsg()
2740 } else if (III_DEPTH_MAX == III_DEPTH(from_inherit)) { in ipc_importance_inherit_from_kmsg()
2749 to_task = from_inherit->iii_to_task; in ipc_importance_inherit_from_kmsg()
2756 assert(unlinked_from == (ipc_importance_elem_t)from_inherit); in ipc_importance_inherit_from_kmsg()
2758 ipc_importance_inherit_release_locked(from_inherit); in ipc_importance_inherit_from_kmsg()
2763 depth = from_inherit->iii_depth + 1; in ipc_importance_inherit_from_kmsg()