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
F132604443: D36965.id111735.diff
Sat, Oct 18, 8:44 AM
F132598358: D36965.id113744.diff
Sat, Oct 18, 7:25 AM
F132531215: D36965.id.diff
Fri, Oct 17, 5:47 PM
Unknown Object (File)
Fri, Oct 17, 3:19 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, 8:06 PM
Unknown Object (File)
Mon, Oct 13, 6:39 AM

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