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

Function cpuset_refroot

freebsd/kern/kern_cpuset.c:183–188  ·  view source on GitHub ↗

* Walks up the tree from 'set' to find the root. Returns the root * referenced. */

Source from the content-addressed store, hash-verified

181 * referenced.
182 */
183static struct cpuset *
184cpuset_refroot(struct cpuset *set)
185{
186
187 return (cpuset_ref(cpuset_getroot(set)));
188}
189
190/*
191 * Find the first non-anonymous set starting from 'set'. Returns this set

Callers 6

sys_cpusetFunction · 0.85
kern_cpuset_getidFunction · 0.85
kern_cpuset_getaffinityFunction · 0.85
kern_cpuset_setaffinityFunction · 0.85
kern_cpuset_getdomainFunction · 0.85
kern_cpuset_setdomainFunction · 0.85

Calls 2

cpuset_refFunction · 0.85
cpuset_getrootFunction · 0.85

Tested by

no test coverage detected