Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dnetdefines.py109 NDPR_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1254 while (cnt < NDPR_TRACE_HIST_SIZE):
1267 while (cnt < NDPR_TRACE_HIST_SIZE):
/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_rtr.c161 #define NDPR_TRACE_HIST_SIZE 32 /* size of trace history */ macro
164 __private_extern__ unsigned int ndpr_trace_hist_size = NDPR_TRACE_HIST_SIZE;
173 ctrace_t ndpr_refhold[NDPR_TRACE_HIST_SIZE];
174 ctrace_t ndpr_refrele[NDPR_TRACE_HIST_SIZE];
2974 idx = atomic_add_16_ov(cnt, 1) % NDPR_TRACE_HIST_SIZE; in ndpr_trace()