Searched refs:maxglobalsize (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
728 maxglobalsize = dtrace_statvar_maxsize + sizeof (uint64_t);
729 maxlocalsize = maxglobalsize * NCPU;
747 VERIFY((scope == DIFV_SCOPE_GLOBAL && size <= maxglobalsize) ||

Completed in 235 milliseconds