Searched refs:report_size_partial (Results 1 – 2 of 2) sorted by relevance
318 int report_size_partial; in xe_oa_append_report() local327 report_size_partial = oa_buf_end - report; in xe_oa_append_report()329 if (report_size_partial < report_size) { in xe_oa_append_report()330 if (copy_to_user(buf, report, report_size_partial)) in xe_oa_append_report()332 buf += report_size_partial; in xe_oa_append_report()335 report_size - report_size_partial)) in xe_oa_append_report()
672 int report_size_partial; in append_oa_sample() local688 report_size_partial = oa_buf_end - report; in append_oa_sample()690 if (report_size_partial < report_size) { in append_oa_sample()691 if (copy_to_user(buf, report, report_size_partial)) in append_oa_sample()693 buf += report_size_partial; in append_oa_sample()696 report_size - report_size_partial)) in append_oa_sample()