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

Function cpu_search_both

freebsd/kern/sched_ule.c:793–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793int
794cpu_search_both(const struct cpu_group *cg, struct cpu_search *low,
795 struct cpu_search *high)
796{
797 return cpu_search(cg, low, high, CPU_SEARCH_BOTH);
798}
799
800/*
801 * Find the cpu with the least load via the least loaded path that has a

Callers 1

cpu_searchFunction · 0.85

Calls 1

cpu_searchFunction · 0.70

Tested by

no test coverage detected