Lines Matching refs:lwp_ru
836 p->p_ru.minflt += lwp->lwp_ru.minflt; in term_mstate()
837 p->p_ru.majflt += lwp->lwp_ru.majflt; in term_mstate()
838 p->p_ru.nswap += lwp->lwp_ru.nswap; in term_mstate()
839 p->p_ru.inblock += lwp->lwp_ru.inblock; in term_mstate()
840 p->p_ru.oublock += lwp->lwp_ru.oublock; in term_mstate()
841 p->p_ru.msgsnd += lwp->lwp_ru.msgsnd; in term_mstate()
842 p->p_ru.msgrcv += lwp->lwp_ru.msgrcv; in term_mstate()
843 p->p_ru.nsignals += lwp->lwp_ru.nsignals; in term_mstate()
844 p->p_ru.nvcsw += lwp->lwp_ru.nvcsw; in term_mstate()
845 p->p_ru.nivcsw += lwp->lwp_ru.nivcsw; in term_mstate()
846 p->p_ru.sysc += lwp->lwp_ru.sysc; in term_mstate()
847 p->p_ru.ioch += lwp->lwp_ru.ioch; in term_mstate()