Searched refs:INIFA_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
107 INIFA_TRACE_HIST_SIZE = 32 variable
1026 while (cnt < INIFA_TRACE_HIST_SIZE):1040 while (cnt < INIFA_TRACE_HIST_SIZE):
168 #define INIFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro171 __private_extern__ unsigned int inifa_trace_hist_size = INIFA_TRACE_HIST_SIZE;186 ctrace_t inifa_refhold[INIFA_TRACE_HIST_SIZE];187 ctrace_t inifa_refrele[INIFA_TRACE_HIST_SIZE];2176 idx = atomic_add_16_ov(cnt, 1) % INIFA_TRACE_HIST_SIZE; in in_ifaddr_trace()