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. */
92 * Increase the numeric length of an rcu_segcblist structure by the
94 * field to disagree with the actual number of callbacks on the structure.
112 * Increase the numeric length of an rcu_segcblist structure by one.
114 * callbacks on the structure. This increase is fully ordered with respect
123 * Exchange the numeric length of the specified rcu_segcblist structure
125 * with the actual number of callbacks on the structure. This exchange is
143 * Initialize an rcu_segcblist structure.
159 * Disable the specified rcu_segcblist structure, so that callbacks can
160 * no longer be posted to it. This structure must be empty.
170 * Mark the specified rcu_segcblist structure as offloaded. This
171 * structure must be empty.
179 * Does the specified rcu_segcblist structure contain callbacks that
189 * Does the specified rcu_segcblist structure contain callbacks that
200 * structure. This is useful for diagnostics.
211 * rcu_segcblist structure. This is useful just after posting a given
237 * structure, updating accounting as needed. Note that the ->len
240 * if it must post a callback on this structure, and it is OK
284 * Extract only the counts from the specified rcu_segcblist structure,
285 * and place them in the specified rcu_cblist structure. This function
300 * rcu_segcblist structure and place them in the specified rcu_cblist
301 * structure.
321 * invoked) from the specified rcu_segcblist structure and place them in
322 * the specified rcu_cblist structure. Note that this loses information
341 * Insert counts from the specified rcu_cblist structure in the
342 * specified rcu_segcblist structure.
387 * Advance the callbacks in the specified rcu_segcblist structure based
440 * This function operates on an rcu_segcblist structure, and also the
469 * Assuming that the rcu_segcblist structure has enough in rcu_segcblist_accelerate()
495 * structure other than in the RCU_NEXT_TAIL segment. in rcu_segcblist_accelerate()
505 * Merge the source rcu_segcblist structure into the destination
506 * rcu_segcblist structure, then initialize the source. Any pending