Home
last modified time | relevance | path

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

/linux-6.15/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
/linux-6.15/kernel/
H A Dacct.c385 #if ACCT_VERSION == 1 || ACCT_VERSION == 2
427 #elif ACCT_VERSION == 3
483 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
491 #if ACCT_VERSION == 3 in fill_ac()
497 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
509 #if ACCT_VERSION == 2 in fill_ac()
528 #if ACCT_VERSION == 1 || ACCT_VERSION == 2 in fill_ac()
532 #elif ACCT_VERSION == 3 in fill_ac()
/linux-6.15/include/uapi/linux/
H A Dacct.h123 #define ACCT_VERSION 2 macro