Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dacct.h53 typedef struct acct_v3 acct_t; typedef
61 typedef struct acct acct_t; typedef
/linux-4.1.27/kernel/
Dacct.c412 static void fill_ac(acct_t *ac) in fill_ac()
422 memset(ac, 0, sizeof(acct_t)); in fill_ac()
470 acct_t ac; in do_acct_process()
517 __kernel_write(file, (char *)&ac, sizeof(acct_t), &pos); in do_acct_process()