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)
Mon, Sep 7, 2:00 PM
Unknown Object (File)
Sat, Sep 5, 10:56 AM
Unknown Object (File)
Thu, Sep 3, 10:59 AM
Unknown Object (File)
Wed, Sep 2, 4:16 PM
Unknown Object (File)
Mon, Aug 24, 10:33 AM
Unknown Object (File)
Fri, Aug 21, 3:36 PM
Unknown Object (File)
Thu, Aug 20, 7:19 PM
Unknown Object (File)
Wed, Aug 19, 2:16 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