Lines Matching refs:got
2268 ssize_t got = i915_gpu_coredump_copy_to_buffer(error, buf, pos_err, buf_size - 1); in intel_klog_error_capture() local
2270 if (got <= 0) in intel_klog_error_capture()
2273 buf[got] = 0; in intel_klog_error_capture()
2274 pos_err += got; in intel_klog_error_capture()
2277 while (got > 0) { in intel_klog_error_capture()
2281 next = strnchr(ptr, got, '\n'); in intel_klog_error_capture()
2288 count = got; in intel_klog_error_capture()
2326 got -= count; in intel_klog_error_capture()
2329 got--; in intel_klog_error_capture()
2336 if (got) in intel_klog_error_capture()
2338 l_count, line++, got); in intel_klog_error_capture()