Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c13290 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; in dtrace_dstate_init() local
13349 maxper = (limit - (uintptr_t)start) / NCPU; in dtrace_dstate_init()
13350 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize; in dtrace_dstate_init()
13362 if (maxper == 0 || i == NCPU - 1) { in dtrace_dstate_init()
13366 limit = (uintptr_t)start + maxper; in dtrace_dstate_init()
13385 if (maxper == 0) in dtrace_dstate_init()