Searched refs:dtrace_retain_max (Results 1 – 2 of 2) sorted by relevance
119 if (dtrace_retain_max < 1) { in dtrace_load()121 "setting to 1", dtrace_retain_max); in dtrace_load()122 dtrace_retain_max = 1; in dtrace_load()
179 size_t dtrace_retain_max = 1024; variable12832 if (state->dts_nretained >= dtrace_retain_max)17117 if (dtrace_retain_max < 1) {17119 "setting to 1", dtrace_retain_max);17120 dtrace_retain_max = 1;