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, Apr 17, 4:22 AM
Unknown Object (File)
Feb 8 2024, 8:31 AM
Unknown Object (File)
Jan 13 2024, 11:24 AM
Unknown Object (File)
Jan 1 2024, 9:43 AM
Unknown Object (File)
Dec 20 2023, 12:23 PM
Unknown Object (File)
Nov 22 2023, 9:12 PM
Unknown Object (File)
Nov 15 2023, 12:55 AM
Unknown Object (File)
Nov 9 2023, 4:46 AM
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 Skipped
Unit
Tests Skipped

Event Timeline

manu requested review of this revision.May 22 2020, 10:37 AM
sys/compat/linuxkpi/common/include/linux/rcupdate.h
101

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.