Home
last modified time | relevance | path

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

/xnu-10002.61.3/tools/lldbmacros/
H A Dnetdefines.py107 INIFA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1028 while (cnt < INIFA_TRACE_HIST_SIZE):
1042 while (cnt < INIFA_TRACE_HIST_SIZE):
/xnu-10002.61.3/bsd/netinet/
H A Din.c147 #define INIFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
150 __private_extern__ unsigned int inifa_trace_hist_size = INIFA_TRACE_HIST_SIZE;
165 ctrace_t inifa_refhold[INIFA_TRACE_HIST_SIZE];
166 ctrace_t inifa_refrele[INIFA_TRACE_HIST_SIZE];
2151 idx = os_atomic_inc_orig(cnt, relaxed) % INIFA_TRACE_HIST_SIZE; in in_ifaddr_trace()