Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.c1433 struct rcu_node *rnp_root = rcu_get_root(rdp->rsp); in rcu_start_future_gp() local
1460 ACCESS_ONCE(rnp_root->gpnum) != ACCESS_ONCE(rnp_root->completed)) { in rcu_start_future_gp()
1471 if (rnp != rnp_root) { in rcu_start_future_gp()
1472 raw_spin_lock(&rnp_root->lock); in rcu_start_future_gp()
1482 c = rcu_cbs_completed(rdp->rsp, rnp_root); in rcu_start_future_gp()
1491 if (rnp_root->need_future_gp[c & 0x1]) { in rcu_start_future_gp()
1497 rnp_root->need_future_gp[c & 0x1]++; in rcu_start_future_gp()
1500 if (rnp_root->gpnum != rnp_root->completed) { in rcu_start_future_gp()
1504 ret = rcu_start_gp_advanced(rdp->rsp, rnp_root, rdp); in rcu_start_future_gp()
1507 if (rnp != rnp_root) in rcu_start_future_gp()
[all …]