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)
Dec 13 2024, 5:22 AM
Unknown Object (File)
Nov 12 2024, 2:30 PM
Unknown Object (File)
Nov 12 2024, 1:49 PM
Unknown Object (File)
Nov 10 2024, 1:14 AM
Unknown Object (File)
Nov 9 2024, 2:49 PM
Unknown Object (File)
Nov 2 2024, 2:16 AM
Unknown Object (File)
Sep 25 2024, 5:15 PM
Unknown Object (File)
Sep 25 2024, 5:15 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