Lines Matching full:elapsed
406 * 0 if the @condition evaluated to %false after the @timeout elapsed,
407 * 1 if the @condition evaluated to %true after the @timeout elapsed,
409 * to %true before the @timeout elapsed.
523 * 0 if the @condition evaluated to %false after the @timeout elapsed,
524 * 1 if the @condition evaluated to %true after the @timeout elapsed,
526 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
578 * elapsed.
604 * interrupted by a signal, or -ETIME if the timeout elapsed.
719 * 0 if the @condition evaluated to %false after the @timeout elapsed,
720 * 1 if the @condition evaluated to %true after the @timeout elapsed,
722 * to %true before the @timeout elapsed.
756 * 0 if the @condition evaluated to %false after the @timeout elapsed,
757 * 1 if the @condition evaluated to %true after the @timeout elapsed,
759 * to %true before the @timeout elapsed.
981 * 0 if the @condition evaluated to %false after the @timeout elapsed,
982 * 1 if the @condition evaluated to %true after the @timeout elapsed,
984 * to %true before the @timeout elapsed, or -%ERESTARTSYS if it was
1164 * The function returns 0 if the @timeout elapsed, -ERESTARTSYS if it
1166 * if the condition evaluated to true before the timeout elapsed.