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

/freebsd-10.3-release/sys/kern/
H A Dsched_ule.cdiff 115998 Sun Jun 08 00:47:33 MDT 2003 jeff - When a new thread is added to a kseq the load is incremented prior to
adding it to the nice tables. Therefore, in kseq_add_nice, we should
keep in mind that the load will be 1 if we are the only thread, and not
0.
- Assert that the sched lock is held in all the appropriate places.
- Increase the scope of the sched lock in sched_pctcpu_update().
- Hold the sched lock in sched_runnable(). It is not held by the caller.

Completed in 66 milliseconds