Lines Matching refs:p_ru
749 p->p_ru.minflt += p->p_cru.minflt; in proc_exit()
750 p->p_ru.majflt += p->p_cru.majflt; in proc_exit()
751 p->p_ru.nswap += p->p_cru.nswap; in proc_exit()
752 p->p_ru.inblock += p->p_cru.inblock; in proc_exit()
753 p->p_ru.oublock += p->p_cru.oublock; in proc_exit()
754 p->p_ru.msgsnd += p->p_cru.msgsnd; in proc_exit()
755 p->p_ru.msgrcv += p->p_cru.msgrcv; in proc_exit()
756 p->p_ru.nsignals += p->p_cru.nsignals; in proc_exit()
757 p->p_ru.nvcsw += p->p_cru.nvcsw; in proc_exit()
758 p->p_ru.nivcsw += p->p_cru.nivcsw; in proc_exit()
759 p->p_ru.sysc += p->p_cru.sysc; in proc_exit()
760 p->p_ru.ioch += p->p_cru.ioch; in proc_exit()
1278 p->p_nextofkin->p_cru.minflt += p->p_ru.minflt; in freeproc()
1279 p->p_nextofkin->p_cru.majflt += p->p_ru.majflt; in freeproc()
1280 p->p_nextofkin->p_cru.nswap += p->p_ru.nswap; in freeproc()
1281 p->p_nextofkin->p_cru.inblock += p->p_ru.inblock; in freeproc()
1282 p->p_nextofkin->p_cru.oublock += p->p_ru.oublock; in freeproc()
1283 p->p_nextofkin->p_cru.msgsnd += p->p_ru.msgsnd; in freeproc()
1284 p->p_nextofkin->p_cru.msgrcv += p->p_ru.msgrcv; in freeproc()
1285 p->p_nextofkin->p_cru.nsignals += p->p_ru.nsignals; in freeproc()
1286 p->p_nextofkin->p_cru.nvcsw += p->p_ru.nvcsw; in freeproc()
1287 p->p_nextofkin->p_cru.nivcsw += p->p_ru.nivcsw; in freeproc()
1288 p->p_nextofkin->p_cru.sysc += p->p_ru.sysc; in freeproc()
1289 p->p_nextofkin->p_cru.ioch += p->p_ru.ioch; in freeproc()