Searched refs:rcu_get_root (Results 1 – 5 of 5) sorted by relevance
284 struct rcu_node *rnp_root = rcu_get_root(); in exp_funnel_lock()469 struct rcu_node *rnp_root = rcu_get_root(); in synchronize_rcu_expedited_wait_once()495 struct rcu_node *rnp_root = rcu_get_root(); in synchronize_rcu_expedited_wait()852 rnp = rcu_get_root(); in synchronize_rcu_expedited()
577 data_race(READ_ONCE(rcu_get_root()->qsmask))); in print_other_cpu_stall()598 struct rcu_node *rnp = rcu_get_root(); in print_cpu_stall()829 (long)data_race(READ_ONCE(rcu_get_root()->gp_seq_needed)), in show_rcu_gp_kthreads()879 struct rcu_node *rnp_root = rcu_get_root(); in rcu_check_gp_start_stall()
579 static struct rcu_node *rcu_get_root(void) in rcu_get_root() function1743 struct rcu_node *rnp = rcu_get_root(); in rcu_gp_init()1884 struct rcu_node *rnp = rcu_get_root(); in rcu_gp_fqs_check_wake()1907 struct rcu_node *rnp = rcu_get_root(); in rcu_gp_fqs()1936 struct rcu_node *rnp = rcu_get_root(); in rcu_gp_fqs_loop()2012 struct rcu_node *rnp = rcu_get_root(); in rcu_gp_cleanup()2067 rnp = rcu_get_root(); in rcu_gp_cleanup()2149 __releases(rcu_get_root()->lock) in rcu_report_qs_rsp()2151 raw_lockdep_assert_held_rcu_node(rcu_get_root()); in rcu_report_qs_rsp()2155 raw_spin_unlock_irqrestore_rcu_node(rcu_get_root(), flags); in rcu_report_qs_rsp()[all …]
1162 int rnp_index = rnp - rcu_get_root(); in rcu_spawn_one_boost_kthread()
1095 The following listing shows the ``rcu_get_root()``,1101 1 static struct rcu_node *rcu_get_root(struct rcu_state *rsp)1114 The ``rcu_get_root()`` simply returns a pointer to the first element of