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