Searched refs:IN6IFA_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance
108 IN6IFA_TRACE_HIST_SIZE = 32 variable
1092 while (cnt < IN6IFA_TRACE_HIST_SIZE):1106 while (cnt < IN6IFA_TRACE_HIST_SIZE):
240 #define IN6IFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro243 __private_extern__ unsigned int in6ifa_trace_hist_size = IN6IFA_TRACE_HIST_SIZE;258 ctrace_t in6ifa_refhold[IN6IFA_TRACE_HIST_SIZE];259 ctrace_t in6ifa_refrele[IN6IFA_TRACE_HIST_SIZE];4329 idx = atomic_add_16_ov(cnt, 1) % IN6IFA_TRACE_HIST_SIZE; in in6_ifaddr_trace()