Lines Matching full:elapsed
397 * 0 if the @condition evaluated to %false after the @timeout elapsed,
398 * 1 if the @condition evaluated to %true after the @timeout elapsed,
400 * to %true before the @timeout elapsed.
514 * 0 if the @condition evaluated to %false after the @timeout elapsed,
515 * 1 if the @condition evaluated to %true after the @timeout elapsed,
517 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
569 * elapsed.
595 * interrupted by a signal, or -ETIME if the timeout elapsed.
710 * 0 if the @condition evaluated to %false after the @timeout elapsed,
711 * 1 if the @condition evaluated to %true after the @timeout elapsed,
713 * to %true before the @timeout elapsed.
747 * 0 if the @condition evaluated to %false after the @timeout elapsed,
748 * 1 if the @condition evaluated to %true after the @timeout elapsed,
750 * to %true before the @timeout elapsed.
944 * 0 if the @condition evaluated to %false after the @timeout elapsed,
945 * 1 if the @condition evaluated to %true after the @timeout elapsed,
947 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
1127 * The function returns 0 if the @timeout elapsed, -ERESTARTSYS if it
1129 * if the condition evaluated to true before the timeout elapsed.