Searched refs:INIFA_TRACE_HIST_SIZE (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Dnetdefines.py76 INIFA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py908 while (cnt < INIFA_TRACE_HIST_SIZE):
922 while (cnt < INIFA_TRACE_HIST_SIZE):
/xnu-2782.1.97/bsd/netinet/
H A Din.c149 #define INIFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
152 __private_extern__ unsigned int inifa_trace_hist_size = INIFA_TRACE_HIST_SIZE;
167 ctrace_t inifa_refhold[INIFA_TRACE_HIST_SIZE];
168 ctrace_t inifa_refrele[INIFA_TRACE_HIST_SIZE];
2129 idx = atomic_add_16_ov(cnt, 1) % INIFA_TRACE_HIST_SIZE;

Completed in 71 milliseconds