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. |
103 * | GP kthread woke up and acknowledged nocb_lock. |
130 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
142 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
155 * | CB/GP kthreads and local rcu_core() handle callbacks concurrently |
156 * | holding nocb_lock. Wake up GP kthread if necessary. |
165 * | GP kthread woke up and acknowledged the fact that SEGCBLIST_OFFLOADED |
167 * | GP kthread loop. |