Searched refs:rcu_state (Results 1 – 8 of 8) sorted by relevance
391 #define rcu_first_leaf_node() (rcu_state.level[rcu_num_lvls - 1])397 #define rcu_is_last_leaf_node(rnp) ((rnp) == &rcu_state.node[rcu_num_nodes - 1])408 _rcu_for_each_node_breadth_first(&rcu_state, rnp)420 (rnp) < &rcu_state.node[rcu_num_nodes]; (rnp)++)
27 This diagram shows an enclosing ``rcu_state`` structure containing a tree137 #. Each ``rcu_state`` structures has a lock and a mutex, and some fields154 #. ``rcu_state``: This structure forms the interconnection between the189 following sections give more details on the ``rcu_state``, ``rcu_node``192 The ``rcu_state`` Structure195 The ``rcu_state`` structure is the base structure that represents the202 A few of the ``rcu_state`` structure's fields are discussed, singly and209 This portion of the ``rcu_state`` structure is declared as follows:268 This portion of the ``rcu_state`` structure is declared as follows:283 structures as well. The fields in the ``rcu_state`` structure represent[all …]
73 unsigned long rcu_state; /* RCU cookie */ member
1583 cond_synchronize_rcu(miniq->rcu_state); in mini_qdisc_pair_swap()1584 else if (!poll_state_synchronize_rcu(miniq->rcu_state)) in mini_qdisc_pair_swap()1596 miniq_old->rcu_state = start_poll_synchronize_rcu(); in mini_qdisc_pair_swap()1615 miniqp->miniq1.rcu_state = get_state_synchronize_rcu(); in mini_qdisc_pair_init()1616 miniqp->miniq2.rcu_state = miniqp->miniq1.rcu_state; in mini_qdisc_pair_init()
413 if (!poll_state_synchronize_rcu(stack->rcu_state)) in depot_pop_free()551 stack->rcu_state = get_state_synchronize_rcu(); in depot_free_stack()
150 ``rcu_state`` structure's ``->ncpus`` field. The ``rcu_state``160 ``rcu_state`` structure's ``->ncpus`` and ``->ncpus_snap`` fields are259 ``->expedited_sequence`` in the ``rcu_state`` structure. This counter309 respectively. The current value of the ``rcu_state`` structure's351 Task A now acquires the ``rcu_state`` structure's ``->exp_mutex`` and
341 advance the ``rcu_state`` structure's ``->gp_seq`` grace-period-number370 to the newly advanced value from the ``rcu_state`` structure, as shown379 ``rcu_state`` structure's ``->gp_seq`` field) before setting each leaf567 ``rcu_state`` structure's ``->gp_seq`` field. The ordering effects are586 | once the ``rcu_state`` structure's ``->gp_seq`` field has been |
1460 unsigned long rcu_state; member