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

/linux-4.4.14/include/linux/
H A Dacct.h37 * ACCT_VERSION numbers as yet defined:
47 #undef ACCT_VERSION macro
51 #define ACCT_VERSION 3 macro
56 #define ACCT_VERSION 1 macro
58 #define ACCT_VERSION 2 macro
/linux-4.4.14/include/uapi/linux/
H A Dacct.h46 char ac_version; /* Always set to ACCT_VERSION */
76 char ac_version; /* Always set to ACCT_VERSION */
119 #define ACCT_VERSION 2 macro
/linux-4.4.14/kernel/
H A Dacct.c339 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
383 #if ACCT_VERSION == 3
424 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; fill_ac()
432 #if ACCT_VERSION == 3 fill_ac()
438 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 fill_ac()
449 #if ACCT_VERSION==2 fill_ac()
494 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 do_acct_process()
499 #if ACCT_VERSION == 3 do_acct_process()

Completed in 319 milliseconds