Searched refs:NDDR_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
112 NDDR_TRACE_HIST_SIZE = 32 variable
1308 while (cnt < NDDR_TRACE_HIST_SIZE):1321 while (cnt < NDDR_TRACE_HIST_SIZE):
181 #define NDDR_TRACE_HIST_SIZE 32 /* size of trace history */ macro184 __private_extern__ unsigned int nddr_trace_hist_size = NDDR_TRACE_HIST_SIZE;193 ctrace_t nddr_refhold[NDDR_TRACE_HIST_SIZE];194 ctrace_t nddr_refrele[NDDR_TRACE_HIST_SIZE];2845 idx = atomic_add_16_ov(cnt, 1) % NDDR_TRACE_HIST_SIZE; in nddr_trace()