Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dnetdefines.py103 IFMA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1168 while (cnt < IFMA_TRACE_HIST_SIZE):
1181 while (cnt < IFMA_TRACE_HIST_SIZE):
/xnu-8019.80.24/bsd/net/
H A Dif.c201 #define IFMA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
204 __private_extern__ unsigned int ifma_trace_hist_size = IFMA_TRACE_HIST_SIZE;
213 ctrace_t ifma_refhold[IFMA_TRACE_HIST_SIZE];
214 ctrace_t ifma_refrele[IFMA_TRACE_HIST_SIZE];
4619 idx = atomic_add_16_ov(cnt, 1) % IFMA_TRACE_HIST_SIZE; in ifma_trace()