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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c723 size_t maxglobalsize, maxlocalsize; local
729 maxlocalsize = maxglobalsize * NCPU;
748 (scope == DIFV_SCOPE_LOCAL && size <= maxlocalsize));

Completed in 142 milliseconds