Searched refs:NSTAT_TRACE_ENTRIES_PER_CLIENT (Results 1 – 1 of 1) sorted by relevance
523 #define NSTAT_TRACE_ENTRIES_PER_CLIENT (16 * 1024) macro528 nstat_trace_entry ntt_entry[NSTAT_TRACE_ENTRIES_PER_CLIENT];628 static __unused const size_t nstat_trace_entries_per_client = NSTAT_TRACE_ENTRIES_PER_CLIENT;776 if (seqno > (NSTAT_TRACE_ENTRIES_PER_CLIENT - 2)) { in nstat_trace()777 seqno = NSTAT_TRACE_ENTRIES_PER_CLIENT - 2; in nstat_trace()779 int32_t index = seqno % NSTAT_TRACE_ENTRIES_PER_CLIENT; in nstat_trace()