Home
last modified time | relevance | path

Searched refs:raw_lockdep_assert_held_rcu_node (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/rcu/
H A Dtree.c723 raw_lockdep_assert_held_rcu_node(rdp->mynode); in rcu_disable_urgency_upon_qs()
804 raw_lockdep_assert_held_rcu_node(rnp); in rcu_gpnum_ovf()
1031 raw_lockdep_assert_held_rcu_node(rnp_start); in rcu_start_this_gp()
1149 raw_lockdep_assert_held_rcu_node(rnp); in rcu_accelerate_cbs()
1222 raw_lockdep_assert_held_rcu_node(rnp); in rcu_advance_cbs()
1279 raw_lockdep_assert_held_rcu_node(rnp); in __note_gp_changes()
1417 raw_lockdep_assert_held_rcu_node(rnp); in rcu_poll_gp_seq_start()
1433 raw_lockdep_assert_held_rcu_node(rnp); in rcu_poll_gp_seq_end()
2318 raw_lockdep_assert_held_rcu_node(rcu_get_root());
2346 raw_lockdep_assert_held_rcu_node(rn in rcu_report_qs_rnp()
[all...]
H A Drcu.h514 #define raw_lockdep_assert_held_rcu_node(p) \ macro