Home
last modified time | relevance | path

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

/xnu-11215.61.5/tools/lldbmacros/
H A Dnetdefines.py111 INM_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1039 while (cnt < INM_TRACE_HIST_SIZE):
1052 while (cnt < INM_TRACE_HIST_SIZE):
/xnu-11215.61.5/bsd/netinet/
H A Din_mcast.c173 #define INM_TRACE_HIST_SIZE 32 /* size of trace history */ macro
176 __private_extern__ unsigned int inm_trace_hist_size = INM_TRACE_HIST_SIZE;
185 ctrace_t inm_refhold[INM_TRACE_HIST_SIZE];
186 ctrace_t inm_refrele[INM_TRACE_HIST_SIZE];
3597 idx = os_atomic_inc_orig(cnt, relaxed) % INM_TRACE_HIST_SIZE; in inm_trace()