Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/
H A Dnetdefines.py113 IMO_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1353 while (cnt < IMO_TRACE_HIST_SIZE):
1366 while (cnt < IMO_TRACE_HIST_SIZE):
/xnu-8792.81.2/bsd/netinet/
H A Dip_output.c200 #define IMO_TRACE_HIST_SIZE 32 /* size of trace history */ macro
203 __private_extern__ unsigned int imo_trace_hist_size = IMO_TRACE_HIST_SIZE;
217 ctrace_t imo_refhold[IMO_TRACE_HIST_SIZE];
218 ctrace_t imo_refrele[IMO_TRACE_HIST_SIZE];
2905 idx = atomic_add_16_ov(cnt, 1) % IMO_TRACE_HIST_SIZE; in imo_trace()