Page MenuHomeFreeBSD

Move racct/rctl throttling from userret() to ast(). There's no reason for it to sit in the syscall fast path.
ClosedPublic

Authored by trasz on Sep 9 2020, 9:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 5, 12:15 PM
Unknown Object (File)
Sat, Jul 5, 1:35 AM
Unknown Object (File)
Fri, Jul 4, 2:58 AM
Unknown Object (File)
Thu, Jul 3, 9:58 PM
Unknown Object (File)
Wed, Jul 2, 9:00 PM
Unknown Object (File)
Jun 30 2025, 11:48 AM
Unknown Object (File)
Jun 16 2025, 9:15 AM
Unknown Object (File)
Jun 13 2025, 4:39 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Sep 9 2020, 9:21 AM
kib added inline comments.
sys/kern/kern_racct.c
1161 ↗(On Diff #76800)

Why not use forward_signal() there instead of doing basically same manually ?

This revision is now accepted and ready to land.Sep 9 2020, 1:26 PM