Searched refs:exacct_zone_key (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 153 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 D | acctctl.c | 436 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 D | exacct.c | 63 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 D | acctctl.h | 175 extern zone_key_t exacct_zone_key;
|