Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dnetdefines.py105 IFMA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1181 while (cnt < IFMA_TRACE_HIST_SIZE):
1194 while (cnt < IFMA_TRACE_HIST_SIZE):
/xnu-10002.1.13/bsd/net/
H A Dif.c203 #define IFMA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
206 __private_extern__ unsigned int ifma_trace_hist_size = IFMA_TRACE_HIST_SIZE;
215 ctrace_t ifma_refhold[IFMA_TRACE_HIST_SIZE];
216 ctrace_t ifma_refrele[IFMA_TRACE_HIST_SIZE];
4981 idx = os_atomic_inc_orig(cnt, relaxed) % IFMA_TRACE_HIST_SIZE; in ifma_trace()