Searched defs:ac_flow (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dacctctl.h192 ac_info_t ac_flow; member in struct:exacct_globals
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c1418 * (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, argument
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; local
1606 * (ac_flow), thes
[all...]

Completed in 51 milliseconds