Searched refs:full_cnt (Results 1 – 4 of 4) sorted by relevance
356 unsigned int full_cnt) in xe_guc_check_log_buf_overflow() argument361 if (full_cnt != prev_full_cnt) { in xe_guc_check_log_buf_overflow()364 log->stats[type].overflow = full_cnt; in xe_guc_check_log_buf_overflow()365 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in xe_guc_check_log_buf_overflow()367 if (full_cnt < prev_full_cnt) { in xe_guc_check_log_buf_overflow()
59 unsigned int full_cnt);
319 unsigned int full_cnt) in intel_guc_check_log_buf_overflow() argument324 if (full_cnt != prev_full_cnt) { in intel_guc_check_log_buf_overflow()327 log->stats[type].overflow = full_cnt; in intel_guc_check_log_buf_overflow()328 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in intel_guc_check_log_buf_overflow()330 if (full_cnt < prev_full_cnt) { in intel_guc_check_log_buf_overflow()376 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in _guc_log_copy_debuglogs_for_relay() local422 full_cnt = log_buf_state_local.buffer_full_cnt; in _guc_log_copy_debuglogs_for_relay()426 new_overflow = intel_guc_check_log_buf_overflow(log, type, full_cnt); in _guc_log_copy_debuglogs_for_relay()
78 unsigned int full_cnt);
Completed in 9 milliseconds