Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dacct.c72 static list_t acct_list; variable
112 list_insert_tail(&acct_list, ag); in acct_init()
145 list_remove(&acct_list, ag); in acct_fini()
158 list_create(&acct_list, sizeof (struct acct_globals), in _init()
167 list_destroy(&acct_list); in _init()
214 for (ag = list_head(&acct_list); ag != NULL; in acct_find()
215 ag = list_next(&acct_list, ag)) { in acct_find()