Lines Matching full:iteration
141 * Iteration helpers and macros.
169 * If a subsystem synchronizes ->css_online() and the start of iteration, a
176 * It is allowed to temporarily drop RCU read lock during iteration. The
178 * the start of the next iteration by, for example, bumping the css refcnt.
189 * Walk @root's descendants. @root is included in the iteration and the
192 * If a subsystem synchronizes ->css_online() and the start of iteration, a
230 * iteration should lock and unlock both @pos->parent and @pos.
236 * It is allowed to temporarily drop RCU read lock during iteration. The
238 * the start of the next iteration by, for example, bumping the css refcnt.
250 * traversal instead. @root is included in the iteration and the last
253 * If a subsystem synchronizes ->css_online() and the start of iteration, a
283 * Iteration is not in any specific order.