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

Function cpu_search_lowest

freebsd/kern/sched_ule.c:781–785  ·  view source on GitHub ↗

* cpu_search instantiations must pass constants to maintain the inline * optimization. */

Source from the content-addressed store, hash-verified

779 * optimization.
780 */
781int
782cpu_search_lowest(const struct cpu_group *cg, struct cpu_search *low)
783{
784 return cpu_search(cg, low, NULL, CPU_SEARCH_LOWEST);
785}
786
787int
788cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high)

Callers 2

cpu_searchFunction · 0.85
sched_lowestFunction · 0.85

Calls 1

cpu_searchFunction · 0.70

Tested by

no test coverage detected