Searched refs:INIFA_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
107 INIFA_TRACE_HIST_SIZE = 32 variable
1028 while (cnt < INIFA_TRACE_HIST_SIZE):1042 while (cnt < INIFA_TRACE_HIST_SIZE):
147 #define INIFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro150 __private_extern__ unsigned int inifa_trace_hist_size = INIFA_TRACE_HIST_SIZE;165 ctrace_t inifa_refhold[INIFA_TRACE_HIST_SIZE];166 ctrace_t inifa_refrele[INIFA_TRACE_HIST_SIZE];2151 idx = os_atomic_inc_orig(cnt, relaxed) % INIFA_TRACE_HIST_SIZE; in in_ifaddr_trace()