MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ruxagg

Function ruxagg

freebsd/kern/kern_resource.c:1151–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151void
1152ruxagg(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

Callers 4

racctdFunction · 0.85
lim_cbFunction · 0.85
calcruFunction · 0.85
rufetchFunction · 0.85

Calls 1

ruxagg_lockedFunction · 0.85

Tested by

no test coverage detected