Lines Matching refs:lwp_ru
825 p->p_ru.minflt += lwp->lwp_ru.minflt; in term_mstate()
826 p->p_ru.majflt += lwp->lwp_ru.majflt; in term_mstate()
827 p->p_ru.nswap += lwp->lwp_ru.nswap; in term_mstate()
828 p->p_ru.inblock += lwp->lwp_ru.inblock; in term_mstate()
829 p->p_ru.oublock += lwp->lwp_ru.oublock; in term_mstate()
830 p->p_ru.msgsnd += lwp->lwp_ru.msgsnd; in term_mstate()
831 p->p_ru.msgrcv += lwp->lwp_ru.msgrcv; in term_mstate()
832 p->p_ru.nsignals += lwp->lwp_ru.nsignals; in term_mstate()
833 p->p_ru.nvcsw += lwp->lwp_ru.nvcsw; in term_mstate()
834 p->p_ru.nivcsw += lwp->lwp_ru.nivcsw; in term_mstate()
835 p->p_ru.sysc += lwp->lwp_ru.sysc; in term_mstate()
836 p->p_ru.ioch += lwp->lwp_ru.ioch; in term_mstate()