Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c1085 raw_lockdep_assert_held_rcu_node(rdp->mynode); in rcu_disable_urgency_upon_qs()
1178 raw_lockdep_assert_held_rcu_node(rnp); in rcu_gpnum_ovf()
1373 raw_lockdep_assert_held_rcu_node(rnp_start); in rcu_start_this_gp()
1491 raw_lockdep_assert_held_rcu_node(rnp); in rcu_accelerate_cbs()
1560 raw_lockdep_assert_held_rcu_node(rnp); in rcu_advance_cbs()
1618 raw_lockdep_assert_held_rcu_node(rnp); in __note_gp_changes()
2129 raw_lockdep_assert_held_rcu_node(rcu_get_root()); in rcu_report_qs_rsp()
2158 raw_lockdep_assert_held_rcu_node(rnp); in rcu_report_qs_rnp()
2223 raw_lockdep_assert_held_rcu_node(rnp); in rcu_report_unblock_qs_rnp()
2374 raw_lockdep_assert_held_rcu_node(rnp_leaf); in rcu_cleanup_dead_rnp()
[all …]
H A Dtree_exp.h152 raw_lockdep_assert_held_rcu_node(rnp); in sync_rcu_exp_done()
188 raw_lockdep_assert_held_rcu_node(rnp); in __rcu_report_exp_rnp()
H A Dtree_plugin.h143 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_ctxt_queue()
661 raw_lockdep_assert_held_rcu_node(rnp); in rcu_preempt_check_blocked_tasks()
753 raw_lockdep_assert_held_rcu_node(rnp); in dump_blkd_tasks()
1089 raw_lockdep_assert_held_rcu_node(rnp); in rcu_initiate_boost()
H A Drcu.h412 #define raw_lockdep_assert_held_rcu_node(p) \ macro