Home
last modified time | relevance | path

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

/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst332 ``rcu_gp_init()`` function. This means that showing the full flow of
368 The final ``rcu_gp_init()`` pass through the ``rcu_node`` tree traverses
400 | its last ``rcu_gp_init()`` pass through its leaf ``rcu_node`` |
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1959 2. When grace period initialization (rcu_gp_init()) detects a
1973 Note that grace period initialization (rcu_gp_init()) must carefully sequence
1975 following race could occur in rcu_gp_init() if rcu_seq_start() were to happen
1978 CPU0 (rcu_gp_init) CPU1 CPU2
2033 rcu_gp_init()
2051 The ``ofl_lock`` (offline lock) prevents rcu_gp_init() from running during
2054 CPU0 (rcu_gp_init) CPU1 (rcutree_report_cpu_dead)
2069 the second loop in rcu_gp_init() detects CPUs that went offline between
2092 happens either in rcu_gp_init() (second loop) or in rcutree_report_cpu_dead(),
/linux/kernel/rcu/
H A Dtree.c1831 static noinline_for_stack bool rcu_gp_init(void) in rcu_gp_init() function
2320 if (rcu_gp_init()) in rcu_gp_kthread()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst309 | rcu_gp_init()) |
317 | their nodes. The hierarchical propagation in rcu_gp_init() then |