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 |
91 * | CB kthread got unparked and processes callbacks concurrently with |
113 * | Kthreads handle callbacks holding nocb_lock, local rcu_core() stops |
114 * | handling callbacks. Enable bypass queueing. |
130 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
131 * | ignores callbacks. Bypass enqueue is enabled. |
142 * | CB/GP kthreads handle callbacks holding nocb_lock, local rcu_core() |
143 * | handles callbacks concurrently. Bypass enqueue is disabled. |
155 * | CB/GP kthreads and local rcu_core() handle callbacks concurrently |
166 * | got cleared. The callbacks from the target CPU will be ignored from the|
175 * | CB kthread is parked. Callbacks processed by rcu_core() from softirqs or |
183 * | Callbacks processed by rcu_core() from softirqs or local |