Lines Matching full:elapsed
410 * 0 if the @condition evaluated to %false after the @timeout elapsed,
411 * 1 if the @condition evaluated to %true after the @timeout elapsed,
413 * to %true before the @timeout elapsed.
527 * 0 if the @condition evaluated to %false after the @timeout elapsed,
528 * 1 if the @condition evaluated to %true after the @timeout elapsed,
530 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
582 * elapsed.
608 * interrupted by a signal, or -ETIME if the timeout elapsed.
723 * 0 if the @condition evaluated to %false after the @timeout elapsed,
724 * 1 if the @condition evaluated to %true after the @timeout elapsed,
726 * to %true before the @timeout elapsed.
760 * 0 if the @condition evaluated to %false after the @timeout elapsed,
761 * 1 if the @condition evaluated to %true after the @timeout elapsed,
763 * to %true before the @timeout elapsed.
985 * 0 if the @condition evaluated to %false after the @timeout elapsed,
986 * 1 if the @condition evaluated to %true after the @timeout elapsed,
988 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
1168 * The function returns 0 if the @timeout elapsed, -ERESTARTSYS if it
1170 * if the condition evaluated to true before the timeout elapsed.