Page MenuHomeFreeBSD

linuxkpi: Add `seqcount_mutex_t` support in <linux/seqlock.h>
ClosedPublic

Authored by dumbbell on Oct 12 2022, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 22, 10:18 PM
Unknown Object (File)
Oct 21 2025, 5:55 AM
Unknown Object (File)
Oct 18 2025, 8:44 AM
Unknown Object (File)
Oct 18 2025, 7:25 AM
Unknown Object (File)
Oct 17 2025, 5:47 PM
Unknown Object (File)
Oct 17 2025, 3:19 PM
Unknown Object (File)
Oct 13 2025, 8:06 PM
Unknown Object (File)
Oct 13 2025, 8:06 PM

Details

Summary

To achieve that, the header uses the C11 type generic selection keyboard
_Generic() because the macros are supposed to work with seqcount_t
and seqcount_mutex_t.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable