Subversion Repositories Kolibri OS

Rev

Rev 6293 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6293 Rev 6936
Line 576... Line 576...
576
 * sg_miter_stop - stop mapping iteration
576
 * sg_miter_stop - stop mapping iteration
577
 * @miter: sg mapping iter to be stopped
577
 * @miter: sg mapping iter to be stopped
578
 *
578
 *
579
 * Description:
579
 * Description:
580
 *   Stops mapping iterator @miter.  @miter should have been started
580
 *   Stops mapping iterator @miter.  @miter should have been started
581
 *   started using sg_miter_start().  A stopped iteration can be
581
 *   using sg_miter_start().  A stopped iteration can be resumed by
582
 *   resumed by calling sg_miter_next() on it.  This is useful when
582
 *   calling sg_miter_next() on it.  This is useful when resources (kmap)
583
 *   resources (kmap) need to be released during iteration.
583
 *   need to be released during iteration.
584
 *
584
 *
585
 * Context:
585
 * Context:
586
 *   Preemption disabled if the SG_MITER_ATOMIC is set.  Don't care
586
 *   Preemption disabled if the SG_MITER_ATOMIC is set.  Don't care
587
 *   otherwise.
587
 *   otherwise.
588
 */
588
 */