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)
Sun, Jun 30, 8:41 PM
Unknown Object (File)
Thu, Jun 27, 5:28 PM
Unknown Object (File)
Wed, Jun 19, 4:08 PM
Unknown Object (File)
May 4 2024, 3:36 AM
Unknown Object (File)
Dec 22 2023, 11:01 PM
Unknown Object (File)
Dec 5 2023, 11:24 PM
Unknown Object (File)
Nov 22 2023, 6:54 PM
Unknown Object (File)
Nov 22 2023, 6:29 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