Home
last modified time | relevance | path

Searched refs:rtd_refhold (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/tools/lldbmacros/
H A Dnet.py931 kgm_pc = rtd.rtd_refhold[cnt].pc[ix]
934 … out_string += "\nHold [" + str(int(cnt)) + "] (thread " + hex(rtd.rtd_refhold[cnt].th) + "):\n"
/xnu-8020.140.41/bsd/net/
H A Droute.c278 ctrace_t rtd_refhold[CTRACE_HIST_SIZE]; member
1404 ctrace_record(&rte->rtd_refhold[idx]); in rtref_audit()