Searched refs:NDPR_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
111 NDPR_TRACE_HIST_SIZE = 32 variable
1265 while (cnt < NDPR_TRACE_HIST_SIZE):1278 while (cnt < NDPR_TRACE_HIST_SIZE):
161 #define NDPR_TRACE_HIST_SIZE 32 /* size of trace history */ macro164 __private_extern__ unsigned int ndpr_trace_hist_size = NDPR_TRACE_HIST_SIZE;173 ctrace_t ndpr_refhold[NDPR_TRACE_HIST_SIZE];174 ctrace_t ndpr_refrele[NDPR_TRACE_HIST_SIZE];2974 idx = atomic_add_16_ov(cnt, 1) % NDPR_TRACE_HIST_SIZE; in ndpr_trace()