Searched refs:cg1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c258 static int cg0, cg1; variable
270 cg1);
272 cg_config->group_selects[1].group_select = (uint8_t) cg1;
310 ret = sscanf(optarg, "%d,%d", &cg0, &cg1);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c199 const struct pmcstat_cgnode *const *pcg1, *const *pcg2, *cg1, *cg2; local
202 cg1 = *pcg1;
207 if (cg1->pcg_count < cg2->pcg_count)
209 if (cg1->pcg_count > cg2->pcg_count)

Completed in 314 milliseconds