Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcu.h391 #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)++)
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst27 This diagram shows an enclosing ``rcu_state`` structure containing a tree
137 #. Each ``rcu_state`` structures has a lock and a mutex, and some fields
154 #. ``rcu_state``: This structure forms the interconnection between the
189 following sections give more details on the ``rcu_state``, ``rcu_node``
192 The ``rcu_state`` Structure
195 The ``rcu_state`` structure is the base structure that represents the
202 A few of the ``rcu_state`` structure's fields are discussed, singly and
209 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 …]
/linux/include/linux/
H A Dstackdepot.h73 unsigned long rcu_state; /* RCU cookie */ member
/linux/net/sched/
H A Dsch_generic.c1583 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()
/linux/lib/
H A Dstackdepot.c413 if (!poll_state_synchronize_rcu(stack->rcu_state)) in depot_pop_free()
551 stack->rcu_state = get_state_synchronize_rcu(); in depot_free_stack()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst150 ``rcu_state`` structure's ``->ncpus`` field. The ``rcu_state``
160 ``rcu_state`` structure's ``->ncpus`` and ``->ncpus_snap`` fields are
259 ``->expedited_sequence`` in the ``rcu_state`` structure. This counter
309 respectively. The current value of the ``rcu_state`` structure's
351 Task A now acquires the ``rcu_state`` structure's ``->exp_mutex`` and
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst341 advance the ``rcu_state`` structure's ``->gp_seq`` grace-period-number
370 to the newly advanced value from the ``rcu_state`` structure, as shown
379 ``rcu_state`` structure's ``->gp_seq`` field) before setting each leaf
567 ``rcu_state`` structure's ``->gp_seq`` field. The ordering effects are
586 | once the ``rcu_state`` structure's ``->gp_seq`` field has been |
/linux/include/net/
H A Dsch_generic.h1460 unsigned long rcu_state; member