Lines Matching full:callbacks
37 * Callbacks whose grace period has elapsed, and thus can be invoked.
39 * Callbacks waiting for the current GP from the current CPU's viewpoint.
41 * Callbacks that arrived before the next GP started, again from
44 * Callbacks that might have arrived after the next GP started.
54 * corresponding segment of callbacks will be ready to invoke. A given
56 * is non-empty, and it is never valid for RCU_DONE_TAIL (whose callbacks
57 * are already ready to invoke) or for RCU_NEXT_TAIL (whose callbacks have
74 * | Callbacks processed by rcu_core() from softirqs or local |
82 * | Callbacks processed by rcu_core() from softirqs or local |
100 * | Processes callbacks concurrently | | |
114 * | Kthreads handle callbacks holding nocb_lock, local rcu_core() stops |
115 * | handling callbacks. Enable bypass queueing. |
131 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
132 * | ignores callbacks. Bypass enqueue is enabled. |
143 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
144 * | handles callbacks concurrently. Bypass enqueue is enabled. |
156 * | CB/GP kthreads and local rcu_core() handle callbacks concurrently |
175 * | The callbacks from the target CPU | until it ever gets re-offloaded. |
186 * | Callbacks processed by rcu_core() from softirqs or local |
188 * | Flush pending nocb_timer. Flush nocb bypass callbacks. |
195 * | Callbacks processed by rcu_core() from softirqs or local |