Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_importance.h155 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()
2763 depth = from_inherit->iii_depth + 1; in ipc_importance_inherit_from_kmsg()
2844 inherit->iii_depth = depth; in ipc_importance_inherit_from_kmsg()
3050 inherit->iii_depth = depth; in ipc_importance_inherit_from_task()