Home
last modified time | relevance | path

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

/kernel/
Dacct.c93 static void do_acct_process(struct bsd_acct_struct *acct);
98 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space() argument
102 if (time_is_after_jiffies(acct->needcheck)) in check_free_space()
106 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
109 if (acct->active) { in check_free_space()
113 acct->active = 0; in check_free_space()
120 acct->active = 1; in check_free_space()
125 acct->needcheck = jiffies + ACCT_TIMEOUT*HZ; in check_free_space()
127 return acct->active; in check_free_space()
169 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill() local
[all …]
DMakefile64 obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o