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)
Tue, Apr 7, 2:21 AM
Unknown Object (File)
Mon, Apr 6, 3:18 AM
Unknown Object (File)
Sun, Apr 5, 9:06 AM
Unknown Object (File)
Thu, Apr 2, 2:19 PM
Unknown Object (File)
Wed, Apr 1, 5:50 AM
Unknown Object (File)
Thu, Mar 26, 7:14 AM
Unknown Object (File)
Wed, Mar 25, 4:33 PM
Unknown Object (File)
Wed, Mar 25, 8:03 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