Lines Matching full:elapsed
407 * 0 if the @condition evaluated to %false after the @timeout elapsed,
408 * 1 if the @condition evaluated to %true after the @timeout elapsed,
410 * to %true before the @timeout elapsed.
524 * 0 if the @condition evaluated to %false after the @timeout elapsed,
525 * 1 if the @condition evaluated to %true after the @timeout elapsed,
527 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
579 * elapsed.
605 * interrupted by a signal, or -ETIME if the timeout elapsed.
720 * 0 if the @condition evaluated to %false after the @timeout elapsed,
721 * 1 if the @condition evaluated to %true after the @timeout elapsed,
723 * to %true before the @timeout elapsed.
757 * 0 if the @condition evaluated to %false after the @timeout elapsed,
758 * 1 if the @condition evaluated to %true after the @timeout elapsed,
760 * to %true before the @timeout elapsed.
982 * 0 if the @condition evaluated to %false after the @timeout elapsed,
983 * 1 if the @condition evaluated to %true after the @timeout elapsed,
985 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
1165 * The function returns 0 if the @timeout elapsed, -ERESTARTSYS if it
1167 * if the condition evaluated to true before the timeout elapsed.