Lines Matching defs:ac_flow
1418 * (ac_flow), these are only maintained by and for the global zone.
1541 exacct_assemble_flow_usage(ac_info_t *ac_flow, flow_usage_t *fu,
1552 mutex_enter(&ac_flow->ac_lock);
1553 if (ac_flow->ac_state == AC_OFF) {
1554 mutex_exit(&ac_flow->ac_lock);
1557 bt_copy(&ac_flow->ac_mask[0], mask, AC_MASK_SZ);
1558 mutex_exit(&ac_flow->ac_lock);
1578 ret = callback(ac_flow, ubuf, ubufsize, buf, bufsize, actual);
1595 ac_info_t *ac_flow;
1606 * (ac_flow), these are only maintained by and for the global zone.
1613 ac_flow = &acg->ac_flow;
1615 mutex_enter(&ac_flow->ac_lock);
1616 if (ac_flow->ac_state == AC_OFF) {
1617 mutex_exit(&ac_flow->ac_lock);
1620 bt_copy(&ac_flow->ac_mask[0], mask, AC_MASK_SZ);
1621 mutex_exit(&ac_flow->ac_lock);
1623 (void) exacct_assemble_flow_usage(ac_flow, f, exacct_commit_callback,