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)
Mon, Oct 13, 8:06 PM
Unknown Object (File)
Mon, Oct 13, 8:06 PM
Unknown Object (File)
Mon, Oct 13, 8:06 PM
Unknown Object (File)
Mon, Oct 13, 6:39 AM
Unknown Object (File)
Aug 18 2025, 12:57 PM
Unknown Object (File)
Aug 14 2025, 8:35 AM
Unknown Object (File)
Jul 21 2025, 10:14 PM
Unknown Object (File)
Jul 21 2025, 9:31 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