Home
last modified time | relevance | path

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

/kernel/
Dacct.c96 static void do_acct_process(struct bsd_acct_struct *acct);
101 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space() argument
105 if (time_is_after_jiffies(acct->needcheck)) in check_free_space()
109 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
112 if (acct->active) { in check_free_space()
116 acct->active = 0; in check_free_space()
123 acct->active = 1; in check_free_space()
128 acct->needcheck = jiffies + ACCT_TIMEOUT*HZ; in check_free_space()
130 return acct->active; in check_free_space()
172 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill() local
[all …]
DMakefile70 obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
Dsys_ni.c129 COND_SYSCALL(acct);