Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_importance.h156 uint32_t iii_depth; /* nesting depth */ member
171 #define III_DEPTH(i) ((i)->iii_depth & III_DEPTH_MASK)
H A Dipc_importance.c283 if (inherit->iii_to_task == to_task && inherit->iii_depth == depth) { in ipc_importance_inherit_find()
2783 depth = from_inherit->iii_depth + 1; in ipc_importance_inherit_from_kmsg()
2863 inherit->iii_depth = depth; in ipc_importance_inherit_from_kmsg()
3068 inherit->iii_depth = depth; in ipc_importance_inherit_from_task()