Lines Matching defs:ret
992 int ret = 0;995 ret = -errno;1012 return ret;1061 int ret = submit_batch(batch);1076 if (ret < 0)1106 if ((ret == -EIO || ret == -ENOMEM) && replace_kernel_ctx(batch)) {1112 ret = 0;1115 if (ret < 0) {1119 color ? "\e[1;41m" : "", strerror(-ret), color ? "\e[0m" : "");