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, Jun 29, 3:53 PM
Unknown Object (File)
Sun, Jun 16, 11:38 PM
Unknown Object (File)
Jun 4 2024, 10:08 AM
Unknown Object (File)
May 17 2024, 4:41 AM
Unknown Object (File)
May 16 2024, 4:20 PM
Unknown Object (File)
May 13 2024, 9:16 AM
Unknown Object (File)
May 13 2024, 4:39 AM
Unknown Object (File)
Apr 24 2024, 2:52 PM
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?