Home
last modified time | relevance | path

Searched refs:racct_sub_racct (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_racct.c101 static void racct_sub_racct(struct racct *dest, const struct racct *src);
424 racct_sub_racct(struct racct *dest, const struct racct *src) in racct_sub_racct() function
1072 racct_sub_racct(olduip->ui_racct, p->p_racct); in racct_proc_ucred_changed()
1076 racct_sub_racct(oldlc->lc_racct, p->p_racct); in racct_proc_ucred_changed()
1081 racct_sub_racct(pr->pr_prison_racct->prr_racct, in racct_proc_ucred_changed()
1098 racct_sub_racct(src, src); in racct_move()