Searched refs:exacct_globals_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c61 static list_t exacct_globals_list; variable
111 for (acg = list_head(&exacct_globals_list); acg != NULL;
112 acg = list_next(&exacct_globals_list, acg)) {
119 for (acg = list_head(&exacct_globals_list); !in_use && acg != NULL;
120 acg = list_next(&exacct_globals_list, acg)) {
135 for (acg = list_head(&exacct_globals_list); acg != NULL;
136 acg = list_next(&exacct_globals_list, acg)) {
557 list_insert_tail(&exacct_globals_list, acg);
601 list_remove(&exacct_globals_list, acg);
617 list_create(&exacct_globals_list, sizeo
[all...]

Completed in 44 milliseconds