| 1149 | } |
| 1150 | |
| 1151 | void |
| 1152 | ruxagg(struct proc *p, struct thread *td) |
| 1153 | { |
| 1154 | |
| 1155 | thread_lock(td); |
| 1156 | ruxagg_locked(p, td); |
| 1157 | thread_unlock(td); |
| 1158 | } |
| 1159 | |
| 1160 | /* |
| 1161 | * Update the rusage_ext structure and fetch a valid aggregate rusage |
no test coverage detected