Home
last modified time | relevance | path

Searched refs:raw_lockdep_assert_held_rcu_node (Results 1 – 4 of 4) 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()); in rcu_report_qs_rsp()
2346 raw_lockdep_assert_held_rcu_node(rnp); in rcu_report_qs_rnp()
[all …]
H A Dtree_plugin.h171 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_ctxt_queue()
789 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_check_blocked_tasks()
875 raw_lockdep_assert_held_rcu_node(rnp); in dump_blkd_tasks()
1262 raw_lockdep_assert_held_rcu_node(rnp); in rcu_initiate_boost()
H A Dtree_exp.h163 raw_lockdep_assert_held_rcu_node(rnp); in sync_rcu_exp_done()
198 raw_lockdep_assert_held_rcu_node(rnp); in __rcu_report_exp_rnp()
247 raw_lockdep_assert_held_rcu_node(rnp); in rcu_report_exp_cpu_mult()
H A Drcu.h514 #define raw_lockdep_assert_held_rcu_node(p) \ macro