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.c14394 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; local
14454 maxper = (limit - (uintptr_t)start) / (mp_maxid + 1);
14455 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize;
14467 if (maxper == 0 || i == mp_maxid) {
14471 limit = (uintptr_t)start + maxper;
14490 if (maxper == 0)