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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c13453 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; local
13512 maxper = (limit - (uintptr_t)start) / NCPU;
13513 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize;
13525 if (maxper == 0 || i == NCPU - 1) {
13529 limit = (uintptr_t)start + maxper;
13548 if (maxper == 0)

Completed in 81 milliseconds