Home
last modified time | relevance | path

Searched refs:rnp_root (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree_stall.h959 struct rcu_node *rnp_root = rcu_get_root(); in rcu_check_gp_start_stall() local
963 ULONG_CMP_GE(READ_ONCE(rnp_root->gp_seq), in rcu_check_gp_start_stall()
964 READ_ONCE(rnp_root->gp_seq_needed)) || in rcu_check_gp_start_stall()
976 ULONG_CMP_GE(READ_ONCE(rnp_root->gp_seq), in rcu_check_gp_start_stall()
977 READ_ONCE(rnp_root->gp_seq_needed)) || in rcu_check_gp_start_stall()
986 if (rnp_root != rnp) in rcu_check_gp_start_stall()
991 READ_ONCE(rnp_root->gp_seq_needed)) || in rcu_check_gp_start_stall()
995 if (rnp_root != rnp) in rcu_check_gp_start_stall()
997 raw_spin_unlock_rcu_node(rnp_root); in rcu_check_gp_start_stall()
1002 if (rnp_root != rnp) in rcu_check_gp_start_stall()
[all …]
H A Dtree_exp.h286 struct rcu_node *rnp_root = rcu_get_root(); in exp_funnel_lock() local
290 (rnp == rnp_root || in exp_funnel_lock()
291 ULONG_CMP_LT(READ_ONCE(rnp_root->exp_seq_rq), s)) && in exp_funnel_lock()
579 struct rcu_node *rnp_root = rcu_get_root(); in synchronize_rcu_expedited_wait_once() local
582 sync_rcu_exp_done_unlocked(rnp_root), in synchronize_rcu_expedited_wait_once()
585 if (t > 0 || sync_rcu_exp_done_unlocked(rnp_root)) in synchronize_rcu_expedited_wait_once()
605 struct rcu_node *rnp_root = rcu_get_root(); in synchronize_rcu_expedited_wait() local
660 data_race(rnp_root->expmask), in synchronize_rcu_expedited_wait()
661 ".T"[!!data_race(rnp_root->exp_tasks)]); in synchronize_rcu_expedited_wait()
665 if (rnp == rnp_root) in synchronize_rcu_expedited_wait()