Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/trace/
Dtrace.c385 unsigned long threshhold; in set_tracing_thresh() local
390 ret = strict_strtoul(str, 0, &threshhold); in set_tracing_thresh()
393 tracing_thresh = threshhold * 1000; in set_tracing_thresh()