Files
Joel Fernandes (Google) f5a14bafbf rcu: Add support for consolidated-RCU reader checking
This commit adds RCU-reader checks to list_for_each_entry_rcu() and
hlist_for_each_entry_rcu().  These checks are optional, and are indicated
by a lockdep expression passed to a new optional argument to these two
macros.  If this optional lockdep expression is omitted, these two macros
act as before, checking for an RCU read-side critical section.

[huexxx@gmail.com: adapt]
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
[ paulmck: Update to eliminate return within macro and update comment. ]
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
2025-12-21 17:55:54 +01:00
..
2018-07-17 17:30:55 -07:00
2018-08-23 12:05:06 -07:00
2017-11-27 18:16:28 -08:00
2019-04-20 09:07:54 +02:00
2022-07-12 16:26:25 +02:00
2018-10-18 09:13:24 +02:00
2020-02-17 10:05:12 +01:00
2018-08-23 12:05:06 -07:00