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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c12448 size_t hashsize, maxper, min_size, chunksize = dstate->dtds_chunksize; local
12502 maxper = (limit - (uintptr_t)start) / (int)NCPU;
12503 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize;
12515 if (maxper == 0 || i == NCPU - 1) {
12519 limit = (uintptr_t)start + maxper;
12536 if (maxper == 0)

Completed in 218 milliseconds