Home
last modified time | relevance | path

Searched refs:_rcu (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Dmaple_tree.rs275 let _rcu = kernel::sync::rcu::Guard::new(); in free_all_entries() localVariable
/linux/Documentation/RCU/
H A Dchecklist.rst163 various "_rcu()" list-traversal primitives, such
166 use rcu_dereference() and the "_rcu()" list-traversal
173 Of course, neither rcu_dereference() nor the "_rcu()"
370 use the "_rcu()" variants of the list macros. Failing to do so
H A DwhatisRCU.rst276 the _rcu list-manipulation primitives such as list_add_rcu().
342 typically used indirectly, via the _rcu list-manipulation
/linux/Documentation/core-api/
H A Dmemory-allocation.rst183 The same rules apply to _bulk and _rcu flavors of freeing functions.