Searched refs:full_cnt (Results 1 – 3 of 3) sorted by relevance
321 unsigned int full_cnt) in intel_guc_check_log_buf_overflow() argument326 if (full_cnt != prev_full_cnt) { in intel_guc_check_log_buf_overflow()329 log->stats[type].overflow = full_cnt; in intel_guc_check_log_buf_overflow()330 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in intel_guc_check_log_buf_overflow()332 if (full_cnt < prev_full_cnt) { in intel_guc_check_log_buf_overflow()378 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in _guc_log_copy_debuglogs_for_relay() local424 full_cnt = log_buf_state_local.buffer_full_cnt; in _guc_log_copy_debuglogs_for_relay()428 new_overflow = intel_guc_check_log_buf_overflow(log, type, full_cnt); in _guc_log_copy_debuglogs_for_relay()
86 unsigned int full_cnt);
661 unsigned int full_cnt) in xe_guc_check_log_buf_overflow() argument666 if (full_cnt != prev_full_cnt) { in xe_guc_check_log_buf_overflow()669 log->stats[type].overflow = full_cnt; in xe_guc_check_log_buf_overflow()670 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in xe_guc_check_log_buf_overflow()672 if (full_cnt < prev_full_cnt) { in xe_guc_check_log_buf_overflow()