Searched refs:syscount (Results 1 – 3 of 3) sorted by relevance
186 struct syscount { struct195 struct syscount *syscount[PRMAXSYS+1]; argument
874 struct syscount *scp; in worker_thread()1069 scp = Cp->syscount[ow_syscall]; in worker_thread()1418 scp = Cp->syscount[ow_syscall]; in worker_thread()1594 struct syscount *scp; in per_proc_init()1602 sizeof (struct syscount), NULL); in per_proc_init()1612 sizeof (struct syscount)); in per_proc_init()1621 scp = (struct syscount *)(Cp + 1); in per_proc_init()1623 Cp->syscount[i] = scp; in per_proc_init()1686 sizeof (struct syscount)); in child_to_file()1772 * sizeof (struct syscount); in file_to_parent()[all …]
517 struct syscount *scp; in sysexit()587 scp = Cp->syscount[what]; in sysexit()