Searched refs:INM_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
107 INM_TRACE_HIST_SIZE = 32 variable
1125 while (cnt < INM_TRACE_HIST_SIZE):1138 while (cnt < INM_TRACE_HIST_SIZE):
171 #define INM_TRACE_HIST_SIZE 32 /* size of trace history */ macro174 __private_extern__ unsigned int inm_trace_hist_size = INM_TRACE_HIST_SIZE;183 ctrace_t inm_refhold[INM_TRACE_HIST_SIZE];184 ctrace_t inm_refrele[INM_TRACE_HIST_SIZE];3581 idx = atomic_add_16_ov(cnt, 1) % INM_TRACE_HIST_SIZE; in inm_trace()