Lines Matching defs:retry
634 retry:
704 goto retry;
797 * @retry: whether the caller should retry in case of failure
803 * In case of failure, the %retry parameter is set to false if this is a fatal
808 struct ubi_vid_io_buf *vidb, bool *retry)
815 *retry = false;
846 *retry = true;
914 bool retry;
917 &retry);
918 if (!err || !retry)