Searched refs:syscount (Results 1 – 3 of 3) sorted by relevance
186 struct syscount { struct195 struct syscount *syscount[PRMAXSYS+1]; argument
868 struct syscount *scp; in worker_thread()1063 scp = Cp->syscount[ow_syscall]; in worker_thread()1411 scp = Cp->syscount[ow_syscall]; in worker_thread()1587 struct syscount *scp; in per_proc_init()1595 sizeof (struct syscount), NULL); in per_proc_init()1605 sizeof (struct syscount)); in per_proc_init()1614 scp = (struct syscount *)(Cp + 1); in per_proc_init()1616 Cp->syscount[i] = scp; in per_proc_init()1679 sizeof (struct syscount)); in child_to_file()1765 * sizeof (struct syscount); in file_to_parent()[all …]
516 struct syscount *scp; in sysexit()586 scp = Cp->syscount[what]; in sysexit()