Searched refs:IN6IFA_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
108 IN6IFA_TRACE_HIST_SIZE = 32 variable
1094 while (cnt < IN6IFA_TRACE_HIST_SIZE):1108 while (cnt < IN6IFA_TRACE_HIST_SIZE):
237 #define IN6IFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro240 __private_extern__ unsigned int in6ifa_trace_hist_size = IN6IFA_TRACE_HIST_SIZE;255 ctrace_t in6ifa_refhold[IN6IFA_TRACE_HIST_SIZE];256 ctrace_t in6ifa_refrele[IN6IFA_TRACE_HIST_SIZE];4357 idx = os_atomic_inc_orig(cnt, relaxed) % IN6IFA_TRACE_HIST_SIZE; in in6_ifaddr_trace()