Lines Matching refs:acg
716 struct exacct_globals *acg;
727 acg = zone_getspecific(exacct_zone_key, zone);
728 if (acg == NULL)
730 (void) exacct_assemble_task_usage(&acg->ac_task, tk,
733 acg = zone_getspecific(exacct_zone_key, global_zone);
734 (void) exacct_assemble_task_usage(&acg->ac_task, tk,
1151 struct exacct_globals *acg, *gacg = NULL;
1164 acg = zone_getspecific(exacct_zone_key, zone);
1165 if (acg == NULL)
1167 exacct_do_commit_proc(&acg->ac_proc, p, wstat);
1406 struct exacct_globals *acg;
1424 acg = zone_getspecific(exacct_zone_key, global_zone);
1425 ac_net = &acg->ac_net;
1594 struct exacct_globals *acg;
1612 acg = zone_getspecific(exacct_zone_key, global_zone);
1613 ac_flow = &acg->ac_flow;