Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dmem_acct.c155 struct mem_acct *acct = NULL; in mem_acct_register() local
190 acct = memacct[index]; in mem_acct_register()
192 strlcpy(acct->ma_name, name, MEM_ACCT_NAME_LENGTH); in mem_acct_register()
193 acct->ma_hardlimit = hardlimit; in mem_acct_register()
199 kfree_type(struct mem_acct, acct); in mem_acct_register()
200 acct = NULL; in mem_acct_register()
204 acct->ma_percent = percent; in mem_acct_register()
205 acct->ma_percpu = zalloc_percpu_permanent_type(int32_t); in mem_acct_register()
210 return acct; in mem_acct_register()
293 struct mem_acct *acct = memacct[w->w_sub]; in sysctl_subsystem_peak() local
[all …]
H A Dkern_acct.c153 acct(proc_t p, struct acct_args *uap, __unused int *retval) in acct() function
236 struct acct an_acct; in acct_process()
/xnu-12377.41.6/bsd/man/man5/
H A DMakefile10 acct.5 \
/xnu-12377.41.6/bsd/sys/
H A Dacct.h87 struct acct { struct
H A DMakefile34 appleapiopts.h acct.h aio.h attr.h \
182 acct.h \
/xnu-12377.41.6/bsd/man/man2/
H A DMakefile25 acct.2 \