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)
Fri, Oct 17, 12:06 AM
Unknown Object (File)
Fri, Oct 17, 12:06 AM
Unknown Object (File)
Fri, Oct 17, 12:06 AM
Unknown Object (File)
Thu, Oct 16, 3:16 PM
Unknown Object (File)
Sun, Oct 12, 4:44 AM
Unknown Object (File)
Sun, Oct 12, 1:10 AM
Unknown Object (File)
Sep 14 2025, 11:03 PM
Unknown Object (File)
Sep 12 2025, 7:01 PM
Subscribers

Diff Detail

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

Event Timeline

trasz requested review of this revision.Sep 9 2020, 9:21 AM
kib added inline comments.
sys/kern/kern_racct.c
1161

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