Page MenuHomeFreeBSD

twsi: use tsleep instead of pause for better responsiveness
ClosedPublic

Authored by avg on Sep 3 2020, 8:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 12:44 AM
Unknown Object (File)
Thu, Nov 13, 5:46 PM
Unknown Object (File)
Thu, Nov 13, 7:33 AM
Unknown Object (File)
Tue, Nov 4, 5:26 PM
Unknown Object (File)
Tue, Nov 4, 5:14 PM
Unknown Object (File)
Tue, Nov 4, 5:13 PM
Unknown Object (File)
Tue, Nov 4, 5:13 PM
Unknown Object (File)
Mon, Nov 3, 4:31 PM
Subscribers

Details

Summary

wakeup() does not have any effect on pause(), so if a transfer was
not finished by the time of the first check, then the thread
would sleep full 30 ms.

To do: protect the transfer and interrupt code with the mutex,
switch from tsleep from msleep

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33354
Build 30663: arc lint + arc unit