Page MenuHomeFreeBSD

cxgbe: Remove most uses of sysctl_wire_old_buffer
ClosedPublic

Authored by jhb on May 13 2024, 9:46 PM.
Tags
None
Referenced Files
F137114311: D45186.id140511.diff
Fri, Nov 21, 4:13 AM
Unknown Object (File)
Sun, Nov 16, 10:23 PM
Unknown Object (File)
Thu, Nov 13, 11:19 PM
Unknown Object (File)
Sun, Nov 9, 6:49 AM
Unknown Object (File)
Sat, Nov 1, 9:07 AM
Unknown Object (File)
Fri, Oct 31, 4:46 PM
Unknown Object (File)
Oct 19 2025, 2:52 AM
Unknown Object (File)
Oct 16 2025, 8:47 AM
Subscribers

Details

Summary

Most of these sysctls don't call sbuf_* while holding any locks. Of
the ones that do hold locks, all but one can be fixed to drop the lock
before calling sbuf_*.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable