Page MenuHomeFreeBSD

Fix comment in sched_balance_pair and check load before locking
Needs ReviewPublic

Authored by harrison-astrodog.net on Feb 26 2015, 12:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 3:00 AM
Unknown Object (File)
Aug 25 2025, 9:24 PM
Unknown Object (File)
Aug 10 2025, 6:27 PM
Unknown Object (File)
Jul 30 2025, 8:55 AM
Unknown Object (File)
Jul 22 2025, 10:34 AM
Unknown Object (File)
Jul 16 2025, 5:35 AM
Unknown Object (File)
Jun 16 2025, 1:10 AM
Unknown Object (File)
Jun 11 2025, 11:07 AM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

harrison-astrodog.net retitled this revision from to Fix comment in sched_balance_pair and check load before locking.
harrison-astrodog.net updated this object.
harrison-astrodog.net edited the test plan for this revision. (Show Details)

one nit

sys/kern/sched_ule.c
917

Does moving this outside the lock expose yourself to races because the memory barrier that's implicit in the lock doesn't happen?