Page MenuHomeFreeBSD

Export sbuf_drain to orchestrate lock and drain action
ClosedPublic

Authored by rscheff on Mar 29 2021, 9:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 11:00 AM
Unknown Object (File)
Fri, Mar 20, 3:00 AM
Unknown Object (File)
Thu, Mar 19, 9:01 PM
Unknown Object (File)
Tue, Mar 17, 5:53 AM
Unknown Object (File)
Tue, Mar 17, 3:39 AM
Unknown Object (File)
Thu, Mar 12, 1:26 AM
Unknown Object (File)
Feb 18 2026, 10:53 AM
Unknown Object (File)
Jan 7 2026, 6:16 PM
Subscribers

Details

Summary

While exporting large amounts of data to a sysctl
request, datastructures may need to be locked.

Exporting the sbuf_drain function allows the
coordination between drain events and held
locks, to avoid stalls.

Test Plan

PR: 254333
MFC after: 2 weeks

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Mar 31 2021, 3:29 PM