Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c123 size_t dtrace_retain_max = 1024; variable
11814 if (state->dts_nretained >= dtrace_retain_max) in dtrace_enabling_retain()
15682 if (dtrace_retain_max < 1) { in dtrace_attach()
15684 "setting to 1", dtrace_retain_max); in dtrace_attach()
15685 dtrace_retain_max = 1; in dtrace_attach()