Lines Matching full:structure

26  * Enqueue an rcu_head structure onto the specified callback list.
36 * Flush the second rcu_cblist structure onto the first one, obliterating
38 * element of the second rcu_cblist structure, but ensuring that the second
39 * rcu_cblist structure, if initially non-empty, always appears non-empty
40 * throughout the process. If rdp is NULL, the second rcu_cblist structure
64 * Dequeue the oldest rcu_head structure from the specified callback
81 /* Set the length of an rcu_segcblist structure. */
91 /* Get the length of a segment of the rcu_segcblist structure. */
109 /* Set the length of a segment of the rcu_segcblist structure. */
144 * Increase the numeric length of an rcu_segcblist structure by the
146 * field to disagree with the actual number of callbacks on the structure.
224 * Increase the numeric length of an rcu_segcblist structure by one.
226 * callbacks on the structure. This increase is fully ordered with respect
235 * Initialize an rcu_segcblist structure.
253 * Disable the specified rcu_segcblist structure, so that callbacks can
254 * no longer be posted to it. This structure must be empty.
264 * Mark the specified rcu_segcblist structure as offloaded (or not)
275 * Does the specified rcu_segcblist structure contain callbacks that
285 * Does the specified rcu_segcblist structure contain callbacks that
296 * structure. This is useful for diagnostics.
307 * rcu_segcblist structure. This is useful just after posting a given
333 * structure, updating accounting as needed. Note that the ->len
336 * if it must post a callback on this structure, and it is OK
382 * rcu_segcblist structure and place them in the specified rcu_cblist
383 * structure.
405 * invoked) from the specified rcu_segcblist structure and place them in
406 * the specified rcu_cblist structure. Note that this loses information
429 * Insert counts from the specified rcu_cblist structure in the
430 * specified rcu_segcblist structure.
477 * Advance the callbacks in the specified rcu_segcblist structure based
532 * This function operates on an rcu_segcblist structure, and also the
561 * Assuming that the rcu_segcblist structure has enough in rcu_segcblist_accelerate()
591 * structure other than in the RCU_NEXT_TAIL segment. in rcu_segcblist_accelerate()
601 * Merge the source rcu_segcblist structure into the destination
602 * rcu_segcblist structure, then initialize the source. Any pending