Lines Matching full:iteration
140 * Iteration helpers and macros.
168 * If a subsystem synchronizes ->css_online() and the start of iteration, a
175 * It is allowed to temporarily drop RCU read lock during iteration. The
177 * the start of the next iteration by, for example, bumping the css refcnt.
188 * Walk @root's descendants. @root is included in the iteration and the
191 * If a subsystem synchronizes ->css_online() and the start of iteration, a
229 * iteration should lock and unlock both @pos->parent and @pos.
235 * It is allowed to temporarily drop RCU read lock during iteration. The
237 * the start of the next iteration by, for example, bumping the css refcnt.
249 * traversal instead. @root is included in the iteration and the last
252 * If a subsystem synchronizes ->css_online() and the start of iteration, a
282 * Iteration is not in any specific order.