Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dacct.h47 #undef ACCT_VERSION
51 #define ACCT_VERSION 3 macro
56 #define ACCT_VERSION 1 macro
58 #define ACCT_VERSION 2 macro
/linux-4.4.14/kernel/
Dacct.c339 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
383 #if ACCT_VERSION == 3
424 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
432 #if ACCT_VERSION == 3 in fill_ac()
438 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
449 #if ACCT_VERSION==2 in fill_ac()
494 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in do_acct_process()
499 #if ACCT_VERSION == 3 in do_acct_process()
/linux-4.4.14/include/uapi/linux/
Dacct.h119 #define ACCT_VERSION 2 macro