Home
last modified time | relevance | path

Searched refs:IM6O_TRACE_HIST_SIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dnetdefines.py112 IM6O_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1383 while (cnt < IM6O_TRACE_HIST_SIZE):
1396 while (cnt < IM6O_TRACE_HIST_SIZE):
/xnu-8019.80.24/bsd/netinet6/
H A Dip6_output.c206 #define IM6O_TRACE_HIST_SIZE 32 /* size of trace history */ macro
209 __private_extern__ unsigned int im6o_trace_hist_size = IM6O_TRACE_HIST_SIZE;
223 ctrace_t im6o_refhold[IM6O_TRACE_HIST_SIZE];
224 ctrace_t im6o_refrele[IM6O_TRACE_HIST_SIZE];
3555 idx = atomic_add_16_ov(cnt, 1) % IM6O_TRACE_HIST_SIZE; in im6o_trace()