Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_acct.c120 } acct_state; /* The current accounting state. */ variable
192 switch (acct_state) { in acct_chkfree()
195 acct_state = ACCT_ACTIVE; in acct_chkfree()
201 acct_state = ACCT_SUSPENDED; in acct_chkfree()
234 acct_state = ACCT_STOP; in acct_stop()
250 while (acct_state != ACCT_STOP) { in acctwatch()
283 acct_state = ACCT_STOP; in acct_init()
369 acct_state = ACCT_ACTIVE; in sys_acct()
414 if (acct_state != ACCT_ACTIVE) in acct_process()
422 if (acct_state != ACCT_ACTIVE) in acct_process()