Page MenuHomeFreeBSD

linuxkpi: Add rcu_swap_protected
ClosedPublic

Authored by manu on May 22 2020, 10:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 27, 1:27 AM
Unknown Object (File)
Oct 28 2024, 12:23 PM
Unknown Object (File)
Oct 16 2024, 7:32 PM
Unknown Object (File)
Sep 30 2024, 8:49 PM
Unknown Object (File)
Sep 20 2024, 2:43 PM
Unknown Object (File)
Sep 7 2024, 12:37 PM
Unknown Object (File)
Sep 2 2024, 7:27 PM
Unknown Object (File)
Sep 2 2024, 4:07 PM
Subscribers

Details

Summary

This macros swap an rcu pointer with a normal pointer.
The condition only seems to be used for debug/warning under linux, ignore
for now.

Sponsored-by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.May 22 2020, 10:37 AM
sys/compat/linuxkpi/common/include/linux/rcupdate.h
101 ↗(On Diff #72111)

Arguments are already separated by "," so you can skip the ()'s around the arguments when forwarding them.

manu updated this revision to Diff 72159.
manu marked an inline comment as done.
This revision is now accepted and ready to land.May 27 2020, 9:51 AM
This revision was automatically updated to reflect the committed changes.