Searched refs:report_size_partial (Results 1 – 2 of 2) sorted by relevance
292 int report_size_partial; in xe_oa_append_report() local301 report_size_partial = oa_buf_end - report; in xe_oa_append_report()303 if (report_size_partial < report_size) { in xe_oa_append_report()304 if (copy_to_user(buf, report, report_size_partial)) in xe_oa_append_report()306 buf += report_size_partial; in xe_oa_append_report()309 report_size - report_size_partial)) in xe_oa_append_report()
668 int report_size_partial; in append_oa_sample() local684 report_size_partial = oa_buf_end - report; in append_oa_sample()686 if (report_size_partial < report_size) { in append_oa_sample()687 if (copy_to_user(buf, report, report_size_partial)) in append_oa_sample()689 buf += report_size_partial; in append_oa_sample()692 report_size - report_size_partial)) in append_oa_sample()