Home
last modified time | relevance | path

Searched refs:ac_flow (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c115 mutex_enter(&acg->ac_flow.ac_lock); in ac_file_in_use()
127 vn_compare(acg->ac_flow.ac_vnode, vp) || in ac_file_in_use()
139 mutex_exit(&acg->ac_flow.ac_lock); in ac_file_in_use()
461 info = &acg->ac_flow; in acctctl()
590 exacct_free_info(&acg->ac_flow); in exacct_zone_shutdown()
606 mutex_destroy(&acg->ac_flow.ac_lock); in exacct_zone_fini()
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c1557 mutex_enter(&ac_flow->ac_lock); in exacct_assemble_flow_usage()
1558 if (ac_flow->ac_state == AC_OFF) { in exacct_assemble_flow_usage()
1559 mutex_exit(&ac_flow->ac_lock); in exacct_assemble_flow_usage()
1562 bt_copy(&ac_flow->ac_mask[0], mask, AC_MASK_SZ); in exacct_assemble_flow_usage()
1563 mutex_exit(&ac_flow->ac_lock); in exacct_assemble_flow_usage()
1600 ac_info_t *ac_flow; in exacct_commit_flow() local
1618 ac_flow = &acg->ac_flow; in exacct_commit_flow()
1620 mutex_enter(&ac_flow->ac_lock); in exacct_commit_flow()
1621 if (ac_flow->ac_state == AC_OFF) { in exacct_commit_flow()
1622 mutex_exit(&ac_flow->ac_lock); in exacct_commit_flow()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dacctctl.h192 ac_info_t ac_flow; member