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)
Mon, Mar 16, 7:32 PM
Unknown Object (File)
Tue, Mar 10, 5:00 PM
Unknown Object (File)
Mon, Mar 9, 8:03 PM
Unknown Object (File)
Thu, Mar 5, 4:31 PM
Unknown Object (File)
Feb 9 2026, 12:30 PM
Unknown Object (File)
Feb 8 2026, 2:31 AM
Unknown Object (File)
Feb 2 2026, 5:58 AM
Unknown Object (File)
Jan 30 2026, 2:17 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 Not Applicable
Unit
Tests Not Applicable