Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c597 size_t maxglobalsize, maxlocalsize; in dtrace_canstore_statvar() local
603 maxlocalsize = maxglobalsize * NCPU; in dtrace_canstore_statvar()
622 (scope == DIFV_SCOPE_LOCAL && size <= maxlocalsize)); in dtrace_canstore_statvar()