Home
last modified time | relevance | path

Searched refs:full_cnt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c174 unsigned int full_cnt) in guc_check_log_buf_overflow()
179 if (full_cnt != prev_full_cnt) { in guc_check_log_buf_overflow()
182 log->stats[type].overflow = full_cnt; in guc_check_log_buf_overflow()
183 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in guc_check_log_buf_overflow()
185 if (full_cnt < prev_full_cnt) { in guc_check_log_buf_overflow()
215 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in guc_read_update_log_buffer() local
259 full_cnt = log_buf_state_local.buffer_full_cnt; in guc_read_update_log_buffer()
263 new_overflow = guc_check_log_buf_overflow(log, type, full_cnt); in guc_read_update_log_buffer()
172 guc_check_log_buf_overflow(struct intel_guc_log *log, enum guc_log_buffer_type type, unsigned int full_cnt) guc_check_log_buf_overflow() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c320 unsigned int full_cnt) in intel_guc_check_log_buf_overflow()
325 if (full_cnt != prev_full_cnt) { in intel_guc_check_log_buf_overflow()
328 log->stats[type].overflow = full_cnt; in intel_guc_check_log_buf_overflow()
329 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in intel_guc_check_log_buf_overflow()
331 if (full_cnt < prev_full_cnt) { in intel_guc_check_log_buf_overflow()
377 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in _guc_log_copy_debuglogs_for_relay() local
423 full_cnt = log_buf_state_local.buffer_full_cnt; in _guc_log_copy_debuglogs_for_relay()
427 new_overflow = intel_guc_check_log_buf_overflow(log, type, full_cnt); in _guc_log_copy_debuglogs_for_relay()
318 intel_guc_check_log_buf_overflow(struct intel_guc_log *log, enum guc_log_buffer_type type, unsigned int full_cnt) intel_guc_check_log_buf_overflow() argument
H A Dintel_guc_log.h78 unsigned int full_cnt);
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.h1546 * @full_cnt: Number of times the queue was full
1557 u32 full_cnt; member
H A Dvxge-ethtool.c512 *ptr++ = vpath_info->ring_stats.common_stats.full_cnt; in vxge_get_ethtool_stats()
520 *ptr++ = vpath_info->fifo_stats.common_stats.full_cnt; in vxge_get_ethtool_stats()
H A Dvxge-traffic.c1020 channel->stats->full_cnt++; in vxge_hw_channel_dtr_alloc()

Completed in 11 milliseconds