Lines Matching full:gp
39 * Callbacks waiting for the current GP from the current CPU's viewpoint.
41 * Callbacks that arrived before the next GP started, again from
42 * the current CPU's viewpoint. These can be handled by the next GP.
44 * Callbacks that might have arrived after the next GP started.
45 * There is some uncertainty as to when a given GP starts and
47 * or ending the GP. Other CPUs know that the previous GP ends
83 * | rcuc kthread, while holding nocb_lock. Waking up CB and GP kthreads, |
98 * | CB kthread woke up and | | GP kthread woke up and |
131 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
143 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
156 * | CB/GP kthreads and local rcu_core() handle callbacks concurrently |
157 * | holding nocb_lock. Wake up CB and GP kthreads if necessary. Disable |
171 * | GP kthread woke up and | CB kthread woke up and |
176 * | will be ignored from the GP kthread | |