Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dacct.h44 #undef ACCT_VERSION
48 #define ACCT_VERSION 3 macro
53 #define ACCT_VERSION 1 macro
55 #define ACCT_VERSION 2 macro
/linux-5.19.10/kernel/
Dacct.c361 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
403 #elif ACCT_VERSION == 3
445 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
453 #if ACCT_VERSION == 3 in fill_ac()
459 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
471 #if ACCT_VERSION==2 in fill_ac()
516 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in do_acct_process()
520 #elif ACCT_VERSION == 3 in do_acct_process()
/linux-5.19.10/include/uapi/linux/
Dacct.h123 #define ACCT_VERSION 2 macro