Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dnetdefines.py107 INIFA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1026 while (cnt < INIFA_TRACE_HIST_SIZE):
1040 while (cnt < INIFA_TRACE_HIST_SIZE):
/xnu-8020.101.4/bsd/netinet/
H A Din.c168 #define INIFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
171 __private_extern__ unsigned int inifa_trace_hist_size = INIFA_TRACE_HIST_SIZE;
186 ctrace_t inifa_refhold[INIFA_TRACE_HIST_SIZE];
187 ctrace_t inifa_refrele[INIFA_TRACE_HIST_SIZE];
2176 idx = atomic_add_16_ov(cnt, 1) % INIFA_TRACE_HIST_SIZE; in in_ifaddr_trace()