Page MenuHomeFreeBSD

tcp: remove CTLFLAG_NEEDGIANT from sysctl(9) handlers related to timers
ClosedPublic

Authored by glebius on Jun 16 2025, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 26, 11:14 PM
Unknown Object (File)
Mon, Aug 24, 10:43 AM
Unknown Object (File)
Sat, Aug 22, 6:36 AM
Unknown Object (File)
Sat, Aug 22, 6:04 AM
Unknown Object (File)
Thu, Aug 20, 4:40 AM
Unknown Object (File)
Tue, Aug 18, 1:32 PM
Unknown Object (File)
Thu, Aug 13, 8:14 PM
Unknown Object (File)
Thu, Aug 13, 7:02 PM
Subscribers

Details

Summary

They all just modify a global word sized variable via
sysctl_msec_to_ticks(), which is wrapper around sysctl_handle_int().
Note, they all were marked with CTLFLAG_NEEDGIANT merely because it was
not obvious whether they are mpsafe or not.

Diff Detail

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