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 * Does the specified rcu_segcblist structure contain callbacks that
274 * Does the specified rcu_segcblist structure contain callbacks that
285 * structure. This is useful for diagnostics.
296 * rcu_segcblist structure. This is useful just after posting a given
322 * structure, updating accounting as needed. Note that the ->len
325 * if it must post a callback on this structure, and it is OK
371 * rcu_segcblist structure and place them in the specified rcu_cblist
372 * structure.
394 * invoked) from the specified rcu_segcblist structure and place them in
395 * the specified rcu_cblist structure. Note that this loses information
418 * Insert counts from the specified rcu_cblist structure in the
419 * specified rcu_segcblist structure.
466 * Advance the callbacks in the specified rcu_segcblist structure based
521 * This function operates on an rcu_segcblist structure, and also the
550 * Assuming that the rcu_segcblist structure has enough in rcu_segcblist_accelerate()
580 * structure other than in the RCU_NEXT_TAIL segment. in rcu_segcblist_accelerate()
590 * Merge the source rcu_segcblist structure into the destination
591 * rcu_segcblist structure, then initialize the source. Any pending