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.c724 raw_lockdep_assert_held_rcu_node(rdp->mynode); in rcu_disable_urgency_upon_qs()
805 raw_lockdep_assert_held_rcu_node(rnp); in rcu_gpnum_ovf()
1029 raw_lockdep_assert_held_rcu_node(rnp_start); in rcu_start_this_gp()
1145 raw_lockdep_assert_held_rcu_node(rnp); in rcu_accelerate_cbs()
1218 raw_lockdep_assert_held_rcu_node(rnp); in rcu_advance_cbs()
1275 raw_lockdep_assert_held_rcu_node(rnp); in __note_gp_changes()
1413 raw_lockdep_assert_held_rcu_node(rnp); in rcu_poll_gp_seq_start()
1429 raw_lockdep_assert_held_rcu_node(rnp); in rcu_poll_gp_seq_end()
2351 raw_lockdep_assert_held_rcu_node(rcu_get_root()); in rcu_report_qs_rsp()
2379 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()
815 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_check_blocked_tasks()
901 raw_lockdep_assert_held_rcu_node(rnp); in dump_blkd_tasks()
1288 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.h523 #define raw_lockdep_assert_held_rcu_node(p) \ macro