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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dgjournal.c105 struct cgchain *cgc; local
108 LIST_FOREACH(cgc, &cglist, cgc_next) {
109 if (cgc->cgc_cg.cg_cgx == cg) {
111 return (cgc);
121 cgc = malloc(sizeof(*cgc));
122 if (cgc == NULL) {
130 cgc = malloc(sizeof(*cgc));
131 if (cgc
149 dirtycg(struct cgchain *cgc) argument
159 busycg(struct cgchain *cgc) argument
169 unbusycg(struct cgchain *cgc) argument
182 struct cgchain *cgc, *cgc2; local
260 struct cgchain *cgc; local
399 struct cgchain *cgc; local
[all...]
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c273 struct pmcstat_cgnode *cgc; local
279 LIST_FOREACH(cgc, &cg->pcg_children, pcg_sibling) {
280 if (cgc->pcg_image == cg->pcg_image)
282 cgc->pcg_func, cg->pcg_func, cgc->pcg_count);
283 if (cgc->pcg_nchildren > 0)
284 pmcstat_cgnode_do_gmon_arcs(cgc, pmcid);
H A Dpmcpl_callgraph.c115 struct pmcstat_cgnode *cgc, *cgtmp; local
117 LIST_FOREACH_SAFE(cgc, &cg->pcg_children, pcg_sibling, cgtmp)
118 pmcstat_cgnode_free(cgc);

Completed in 110 milliseconds