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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c8470 * "curr_depth" is the depth of "curr_map" in the chain of
8480 unsigned int curr_depth; local
8529 curr_depth = 0;
8564 curr_depth = 0;
8600 next_depth = curr_depth;
8605 curr_depth >= user_max_depth) {
8646 curr_depth++;
8671 curr_depth = next_depth;
8688 *nesting_depth = curr_depth;

Completed in 28 milliseconds