Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14407 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; local
14467 maxper = (limit - (uintptr_t)start) / (mp_maxid + 1);
14468 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize;
14480 if (maxper == 0 || i == mp_maxid) {
14484 limit = (uintptr_t)start + maxper;
14503 if (maxper == 0)