Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c13173 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; in dtrace_dstate_init() local
13227 maxper = (limit - (uintptr_t)start) / NCPU; in dtrace_dstate_init()
13228 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize; in dtrace_dstate_init()
13240 if (maxper == 0 || i == NCPU - 1) { in dtrace_dstate_init()
13244 limit = (uintptr_t)start + maxper; in dtrace_dstate_init()
13261 if (maxper == 0) in dtrace_dstate_init()