Lines Matching refs:p_cru
741 p->p_ru.minflt += p->p_cru.minflt; in proc_exit()
742 p->p_ru.majflt += p->p_cru.majflt; in proc_exit()
743 p->p_ru.nswap += p->p_cru.nswap; in proc_exit()
744 p->p_ru.inblock += p->p_cru.inblock; in proc_exit()
745 p->p_ru.oublock += p->p_cru.oublock; in proc_exit()
746 p->p_ru.msgsnd += p->p_cru.msgsnd; in proc_exit()
747 p->p_ru.msgrcv += p->p_cru.msgrcv; in proc_exit()
748 p->p_ru.nsignals += p->p_cru.nsignals; in proc_exit()
749 p->p_ru.nvcsw += p->p_cru.nvcsw; in proc_exit()
750 p->p_ru.nivcsw += p->p_cru.nivcsw; in proc_exit()
751 p->p_ru.sysc += p->p_cru.sysc; in proc_exit()
752 p->p_ru.ioch += p->p_cru.ioch; in proc_exit()
1270 p->p_nextofkin->p_cru.minflt += p->p_ru.minflt; in freeproc()
1271 p->p_nextofkin->p_cru.majflt += p->p_ru.majflt; in freeproc()
1272 p->p_nextofkin->p_cru.nswap += p->p_ru.nswap; in freeproc()
1273 p->p_nextofkin->p_cru.inblock += p->p_ru.inblock; in freeproc()
1274 p->p_nextofkin->p_cru.oublock += p->p_ru.oublock; in freeproc()
1275 p->p_nextofkin->p_cru.msgsnd += p->p_ru.msgsnd; in freeproc()
1276 p->p_nextofkin->p_cru.msgrcv += p->p_ru.msgrcv; in freeproc()
1277 p->p_nextofkin->p_cru.nsignals += p->p_ru.nsignals; in freeproc()
1278 p->p_nextofkin->p_cru.nvcsw += p->p_ru.nvcsw; in freeproc()
1279 p->p_nextofkin->p_cru.nivcsw += p->p_ru.nivcsw; in freeproc()
1280 p->p_nextofkin->p_cru.sysc += p->p_ru.sysc; in freeproc()
1281 p->p_nextofkin->p_cru.ioch += p->p_ru.ioch; in freeproc()