Searched hist:121923 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsched_ule.cdiff 121923 Mon Nov 03 03:27:22 MST 2003 jeff - Remove kseq_find(), we no longer scan other cpu's run queues when we go
idle. They figure out that we're idle fast enough that the cache pollution
introduces by scanning their run queue is more expensive than waiting
a little longer.
- Add kseq_setidle() to mark us as being idle. Use this in place of
kseq_find().
- Remove kseq_load_highest(), kseq_find() was the only consumer of this
interface. kseq_balance() has it's own customized version that finds the
lowest and highest loads simultaneously.

Continuously told that this would be faster by: terry

Completed in 77 milliseconds