Lines Matching full:loop
405 * @pos: the &struct list_head to use as a loop cursor.
413 * @pos: the &struct list_head to use as a loop cursor.
421 * @pos: the &struct list_head to use as a loop cursor.
431 * @pos: the &struct list_head to use as a loop cursor.
442 * @pos: the type * to use as a loop cursor.
453 * @pos: the type * to use as a loop cursor.
475 * @pos: the type * to use as a loop cursor.
489 * @pos: the type * to use as a loop cursor.
503 * @pos: the type * to use as a loop cursor.
515 * @pos: the type * to use as a loop cursor.
528 * @pos: the type * to use as a loop cursor.
544 * @pos: the type * to use as a loop cursor.
559 * @pos: the type * to use as a loop cursor.
574 * list_safe_reset_next - reset a stale list_for_each_entry_safe loop
575 * @pos: the loop cursor used in the list_for_each_entry_safe loop
580 * modified concurrently (eg. the lock is dropped in the loop body). An
583 * completing the current iteration of the loop body.
710 * @pos: the type * to use as a loop cursor.
721 * @pos: the type * to use as a loop cursor.
731 * @pos: the type * to use as a loop cursor.
740 * @pos: the type * to use as a loop cursor.
766 * @pos: the &struct list_head to use as a loop cursor, from where to start