Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dacct.h50 typedef struct acct_v3 acct_t; typedef
58 typedef struct acct acct_t; typedef
/linux-6.15/kernel/
H A Dacct.c113 acct_t ac;
460 acct_t *ac = &acct->ac; in fill_ac()
481 memset(ac, 0, sizeof(acct_t)); in fill_ac()
548 acct_t *ac = &acct->ac; in acct_write_process()
562 __kernel_write(file, ac, sizeof(acct_t), &pos); in acct_write_process()