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

/freebsd-12-stable/sys/cddl/dev/dtrace/
H A Ddtrace_sysctl.c87 SYSCTL_INT(_kern_dtrace, OID_AUTO, memstr_max, CTLFLAG_RW, &dtrace_memstr_max,
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c200 int dtrace_memstr_max = 4096; variable
6066 if (dtrace_memstr_max != 0 && size > dtrace_memstr_max) {

Completed in 125 milliseconds