Page MenuHomeFreeBSD

pf: atomically increment state ids
ClosedPublic

Authored by kp on Oct 8 2022, 8:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 12:45 AM
Unknown Object (File)
Sat, Sep 5, 9:36 PM
Unknown Object (File)
Thu, Sep 3, 2:02 PM
Unknown Object (File)
Tue, Sep 1, 8:45 PM
Unknown Object (File)
Tue, Sep 1, 11:51 AM
Unknown Object (File)
Sat, Aug 29, 8:13 PM
Unknown Object (File)
Fri, Aug 28, 10:39 PM
Unknown Object (File)
Fri, Aug 28, 9:51 AM

Details

Summary

Rather than using a per-cpu state counter, and adding in the CPU id we
can atomically increment the number.
This has the advantage of removing the assumption that the CPU ID fits
in 8 bits.

Event: Aberdeen Hackathon 2022

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47751
Build 44638: arc lint + arc unit