Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dacct.h44 #undef ACCT_VERSION
48 #define ACCT_VERSION 3 macro
53 #define ACCT_VERSION 1 macro
55 #define ACCT_VERSION 2 macro
/openbmc/linux/kernel/
H A Dacct.c363 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
405 #elif ACCT_VERSION == 3
447 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
455 #if ACCT_VERSION == 3 in fill_ac()
461 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
473 #if ACCT_VERSION == 2 in fill_ac()
518 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in do_acct_process()
522 #elif ACCT_VERSION == 3 in do_acct_process()
/openbmc/linux/include/uapi/linux/
H A Dacct.h123 #define ACCT_VERSION 2 macro