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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.h157 uint32_t iii_depth; /* nesting depth */ member in struct:ipc_importance_inherit
174 #define III_DEPTH(i) ((i)->iii_depth & III_DEPTH_MASK)
H A Dipc_importance.c2283 depth = from_inherit->iii_depth + 1;
2315 temp_inherit->iii_depth == depth) {
2374 inherit->iii_depth = depth;

Completed in 30 milliseconds