Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h160 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_ctxt_queue()
698 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_check_blocked_tasks()
786 raw_lockdep_assert_held_rcu_node(rnp); in dump_blkd_tasks()
1155 raw_lockdep_assert_held_rcu_node(rnp); in rcu_initiate_boost()
H A Dtree.c671 raw_lockdep_assert_held_rcu_node(rdp->mynode); in rcu_disable_urgency_upon_qs()
733 raw_lockdep_assert_held_rcu_node(rnp); in rcu_gpnum_ovf()
943 raw_lockdep_assert_held_rcu_node(rnp_start); in rcu_start_this_gp()
1093 raw_lockdep_assert_held_rcu_node(rnp); in rcu_accelerate_cbs()
1166 raw_lockdep_assert_held_rcu_node(rnp); in rcu_advance_cbs()
1223 raw_lockdep_assert_held_rcu_node(rnp); in __note_gp_changes()
1361 raw_lockdep_assert_held_rcu_node(rnp); in rcu_poll_gp_seq_start()
1377 raw_lockdep_assert_held_rcu_node(rnp); in rcu_poll_gp_seq_end()
1883 raw_lockdep_assert_held_rcu_node(rcu_get_root()); in rcu_report_qs_rsp()
1912 raw_lockdep_assert_held_rcu_node(rnp); in rcu_report_qs_rnp()
[all …]
H A Dtree_exp.h155 raw_lockdep_assert_held_rcu_node(rnp); in sync_rcu_exp_done()
190 raw_lockdep_assert_held_rcu_node(rnp); in __rcu_report_exp_rnp()
H A Drcu.h489 #define raw_lockdep_assert_held_rcu_node(p) \ macro