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
F137816319: D36965.id54425.diff
Wed, Nov 26, 2:22 AM
F137787231: D36965.diff
Tue, Nov 25, 8:50 PM
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

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