Lines Matching refs:p_cru
877 p->p_ru.minflt += p->p_cru.minflt; in proc_exit()
878 p->p_ru.majflt += p->p_cru.majflt; in proc_exit()
879 p->p_ru.nswap += p->p_cru.nswap; in proc_exit()
880 p->p_ru.inblock += p->p_cru.inblock; in proc_exit()
881 p->p_ru.oublock += p->p_cru.oublock; in proc_exit()
882 p->p_ru.msgsnd += p->p_cru.msgsnd; in proc_exit()
883 p->p_ru.msgrcv += p->p_cru.msgrcv; in proc_exit()
884 p->p_ru.nsignals += p->p_cru.nsignals; in proc_exit()
885 p->p_ru.nvcsw += p->p_cru.nvcsw; in proc_exit()
886 p->p_ru.nivcsw += p->p_cru.nivcsw; in proc_exit()
887 p->p_ru.sysc += p->p_cru.sysc; in proc_exit()
888 p->p_ru.ioch += p->p_cru.ioch; in proc_exit()
1406 p->p_nextofkin->p_cru.minflt += p->p_ru.minflt; in freeproc()
1407 p->p_nextofkin->p_cru.majflt += p->p_ru.majflt; in freeproc()
1408 p->p_nextofkin->p_cru.nswap += p->p_ru.nswap; in freeproc()
1409 p->p_nextofkin->p_cru.inblock += p->p_ru.inblock; in freeproc()
1410 p->p_nextofkin->p_cru.oublock += p->p_ru.oublock; in freeproc()
1411 p->p_nextofkin->p_cru.msgsnd += p->p_ru.msgsnd; in freeproc()
1412 p->p_nextofkin->p_cru.msgrcv += p->p_ru.msgrcv; in freeproc()
1413 p->p_nextofkin->p_cru.nsignals += p->p_ru.nsignals; in freeproc()
1414 p->p_nextofkin->p_cru.nvcsw += p->p_ru.nvcsw; in freeproc()
1415 p->p_nextofkin->p_cru.nivcsw += p->p_ru.nivcsw; in freeproc()
1416 p->p_nextofkin->p_cru.sysc += p->p_ru.sysc; in freeproc()
1417 p->p_nextofkin->p_cru.ioch += p->p_ru.ioch; in freeproc()