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

Function cpu_search_highest

freebsd/kern/sched_ule.c:787–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787int
788cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high)
789{
790 return cpu_search(cg, NULL, high, CPU_SEARCH_HIGHEST);
791}
792
793int
794cpu_search_both(const struct cpu_group *cg, struct cpu_search *low,

Callers 2

cpu_searchFunction · 0.85
sched_highestFunction · 0.85

Calls 1

cpu_searchFunction · 0.70

Tested by

no test coverage detected