Lines Matching defs:ret
90 unsigned long reqprot, unsigned long prot, int ret)92 if (ret != 0)93 return ret;103 ret = -EPERM;106 return ret;171 long ret;173 ret = bpf_copy_from_user(&buf, sizeof(buf), ptr);174 if (len == -2 && ret == 0 && buf == 1234)176 if (len == -3 && ret == -EFAULT)178 if (len == -4 && ret == -EFAULT)