Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dnetdefines.py114 IM6O_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1394 while (cnt < IM6O_TRACE_HIST_SIZE):
1407 while (cnt < IM6O_TRACE_HIST_SIZE):
/xnu-8020.101.4/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];
3549 idx = atomic_add_16_ov(cnt, 1) % IM6O_TRACE_HIST_SIZE; in im6o_trace()