Searched refs:cpu_search (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c226 /* Ordered to improve efficiency of cpu_search() and switch(). */
577 struct cpu_search { struct
594 static __inline int cpu_search(const struct cpu_group *cg, struct cpu_search *low,
595 struct cpu_search *high, const int match);
596 int cpu_search_lowest(const struct cpu_group *cg, struct cpu_search *low);
597 int cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high);
598 int cpu_search_both(const struct cpu_group *cg, struct cpu_search *low,
599 struct cpu_search *high);
613 cpu_search(cons function
[all...]

Completed in 40 milliseconds