Home
last modified time | relevance | path

Searched refs:raw_spin_trylock_rcu_node (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/kernel/rcu/
A Drcu.h434 #define raw_spin_trylock_rcu_node(p) \ macro
A Dtasks.h299 if (!raw_spin_trylock_rcu_node(rtpcp)) { // irqs already disabled. in call_rcu_tasks_generic()
A Dtree_nocb.h960 raw_spin_trylock_rcu_node(rnp)) { /* irqs already disabled. */ in nocb_cb_wait()
A Dtree.c1147 if (!rcu_seq_state(rcu_seq_current(&rnp->gp_seq)) || !raw_spin_trylock_rcu_node(rnp)) in rcu_advance_cbs_nowake()
1233 !raw_spin_trylock_rcu_node(rnp)) { /* irqs already off, so later. */ in note_gp_changes()
/linux-6.3-rc2/Documentation/RCU/Design/Memory-Ordering/
A DTree-RCU-Memory-Ordering.rst57 For completeness, a ``raw_spin_trylock_rcu_node()`` is also provided.
59 ``raw_spin_trylock_rcu_node()``, all invoke ``smp_mb__after_unlock_lock()``

Completed in 21 milliseconds