Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c53 int toptracemax = 1024; /* global so it can be set */ variable
69 (sizeof (struct toptrace) * toptracemax), KM_SLEEP); in top_trace()
78 if (++toptraceindex == toptracemax) in top_trace()