Home
last modified time | relevance | path

Searched refs:exacct_zone_key (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c153 acg = zone_getspecific(exacct_zone_key, curproc->p_zone); in getacct()
187 acg = zone_getspecific(exacct_zone_key, curproc->p_zone); in putacct()
305 acg = zone_getspecific(exacct_zone_key, curproc->p_zone); in wracct()
330 if (exacct_zone_key == ZONE_KEY_UNINITIALIZED) in exacct()
H A Dacctctl.c436 acg = zone_getspecific(exacct_zone_key, zone); in acctctl()
441 ASSERT(exacct_zone_key != ZONE_KEY_UNINITIALIZED); in acctctl()
619 zone_key_create(&exacct_zone_key, exacct_zone_init, in _init()
623 (void) zone_key_delete(exacct_zone_key); in _init()
624 exacct_zone_key = ZONE_KEY_UNINITIALIZED; in _init()
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c63 zone_key_t exacct_zone_key = ZONE_KEY_UNINITIALIZED; variable
728 if (exacct_zone_key != ZONE_KEY_UNINITIALIZED) { in exacct_commit_task()
729 acg = zone_getspecific(exacct_zone_key, zone); in exacct_commit_task()
735 acg = zone_getspecific(exacct_zone_key, global_zone); in exacct_commit_task()
1158 if (exacct_zone_key == ZONE_KEY_UNINITIALIZED) { in exacct_commit_proc()
1169 acg = zone_getspecific(exacct_zone_key, zone); in exacct_commit_proc()
1174 gacg = zone_getspecific(exacct_zone_key, global_zone); in exacct_commit_proc()
1416 if (exacct_zone_key == ZONE_KEY_UNINITIALIZED) { in exacct_commit_netinfo()
1431 acg = zone_getspecific(exacct_zone_key, global_zone); in exacct_commit_netinfo()
1602 if (exacct_zone_key == ZONE_KEY_UNINITIALIZED) { in exacct_commit_flow()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dacctctl.h175 extern zone_key_t exacct_zone_key;