Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dnetdefines.py112 NDDR_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1308 while (cnt < NDDR_TRACE_HIST_SIZE):
1321 while (cnt < NDDR_TRACE_HIST_SIZE):
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_rtr.c181 #define NDDR_TRACE_HIST_SIZE 32 /* size of trace history */ macro
184 __private_extern__ unsigned int nddr_trace_hist_size = NDDR_TRACE_HIST_SIZE;
193 ctrace_t nddr_refhold[NDDR_TRACE_HIST_SIZE];
194 ctrace_t nddr_refrele[NDDR_TRACE_HIST_SIZE];
2845 idx = atomic_add_16_ov(cnt, 1) % NDDR_TRACE_HIST_SIZE; in nddr_trace()