Lines Matching refs:uru
841 rt_inline void _update_ru(struct rt_lwp *child, struct rt_lwp *self_lwp, struct rusage *uru) in _update_ru() argument
844 if (uru != RT_NULL) in _update_ru()
850 lwp_data_put(self_lwp, uru, &rt_rusage, sizeof(*uru)); in _update_ru()
857 int options, struct rusage *uru) in _stats_and_reap_child() argument
862 _update_ru(child, self_lwp, uru); in _stats_and_reap_child()
909 struct rusage *uru) in _verify_child_and_reap() argument
931 _stats_and_reap_child(child, cur_thr, self_lwp, ustatus, options, uru); in _verify_child_and_reap()
939 int options, int *ustatus, struct rusage *uru) in _reap_any_child_pid() argument
963 _stats_and_reap_child(child, cur_thr, self_lwp, ustatus, options, uru); in _reap_any_child_pid()
1099 int options, int *ustatus, struct rusage *uru) in _wait_and_reap() argument
1117 _stats_and_reap_child(waker, cur_thr, self_lwp, ustatus, options, uru); in _wait_and_reap()