Searched refs:pcg_sibling (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h47 LIST_ENTRY(pmcstat_cgnode) pcg_sibling; member in struct:pmcstat_cgnode
H A Dpmcpl_callgraph.c120 LIST_FOREACH_SAFE(cgc, &cg->pcg_children, pcg_sibling, cgtmp)
228 LIST_FOREACH(child, &parent->pcg_children, pcg_sibling) {
243 LIST_INSERT_HEAD(&parent->pcg_children, child, pcg_sibling);
308 LIST_FOREACH(pcg, &cg->pcg_children, pcg_sibling)
521 LIST_FOREACH(pcg, &cg->pcg_children, pcg_sibling)
H A Dpmcpl_gprof.c282 LIST_FOREACH(cgc, &cg->pcg_children, pcg_sibling) {

Completed in 159 milliseconds