Home
last modified time | relevance | path

Searched refs:acct_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dacct.h50 typedef struct acct_v3 acct_t; typedef
58 typedef struct acct acct_t; typedef
/openbmc/linux/kernel/
H A Dacct.c434 static void fill_ac(acct_t *ac) in fill_ac()
445 memset(ac, 0, sizeof(acct_t)); in fill_ac()
494 acct_t ac; in do_acct_process()
540 __kernel_write(file, &ac, sizeof(acct_t), &pos); in do_acct_process()