Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Dnetdefines.py107 IFMA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1044 while (cnt < IFMA_TRACE_HIST_SIZE):
1057 while (cnt < IFMA_TRACE_HIST_SIZE):
/xnu-10063.101.15/bsd/net/
H A Dif.c205 #define IFMA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
208 __private_extern__ unsigned int ifma_trace_hist_size = IFMA_TRACE_HIST_SIZE;
217 ctrace_t ifma_refhold[IFMA_TRACE_HIST_SIZE];
218 ctrace_t ifma_refrele[IFMA_TRACE_HIST_SIZE];
5073 idx = os_atomic_inc_orig(cnt, relaxed) % IFMA_TRACE_HIST_SIZE; in ifma_trace()