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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c9868 * "curr_depth" is the depth of "curr_map" in the chain of
9881 unsigned int curr_depth; local
9941 curr_depth = 0;
9983 curr_depth = 0;
10028 next_depth = curr_depth;
10055 curr_depth >= user_max_depth) {
10098 curr_depth++;
10114 curr_depth = next_depth;
10137 *nesting_depth = curr_depth;

Completed in 197 milliseconds