Searched refs:NSTAT_TRACE_ENTRIES_PER_CLIENT (Results 1 – 1 of 1) sorted by relevance
332 #define NSTAT_TRACE_ENTRIES_PER_CLIENT (16 * 1024) macro337 nstat_trace_entry ntt_entry[NSTAT_TRACE_ENTRIES_PER_CLIENT];433 static __unused const size_t nstat_trace_entries_per_client = NSTAT_TRACE_ENTRIES_PER_CLIENT;570 if (seqno > (NSTAT_TRACE_ENTRIES_PER_CLIENT - 2)) { in nstat_trace()571 seqno = NSTAT_TRACE_ENTRIES_PER_CLIENT - 2; in nstat_trace()573 int32_t index = seqno % NSTAT_TRACE_ENTRIES_PER_CLIENT; in nstat_trace()