Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c54 int toptracemax = 1024; /* global so it can be set */ variable
70 (sizeof (struct toptrace) * toptracemax), KM_SLEEP); in top_trace()
79 if (++toptraceindex == toptracemax) in top_trace()