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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c3305 #define MAX_WALK_COUNT 1000 macro
3323 // don't iterate more than MAX_WALK_COUNT vnodes to
3325 if (walk_count++ > MAX_WALK_COUNT) {
3347 // don't iterate more than MAX_WALK_COUNT vnodes to
3349 if (walk_count++ > MAX_WALK_COUNT) {
3358 // if we don't have a vnode and the walk_count is >= MAX_WALK_COUNT
3366 if (vp == NULL && walk_count >= MAX_WALK_COUNT) {

Completed in 20 milliseconds