Use sleepq_signal(SLEEPQ_DROP) in cv_signal().
Same as wakeup_one()/wakeup_any() commit before it reduces the lock
hold time and so contention.
MFC after: 1 week
(cherry picked from commit 63ca9ea4f34d887b66c7b9f1710f5e4be543ebed)
Use sleepq_signal(SLEEPQ_DROP) in cv_signal(). Tags None Referenced Files None Subscribers None
Description
Details
|