Home
last modified time | relevance | path

Searched refs:new_overflow (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_log.c393 bool new_overflow; in _guc_log_copy_debuglogs_for_relay() local
438 new_overflow = intel_guc_check_log_buf_overflow(log, type, full_cnt); in _guc_log_copy_debuglogs_for_relay()
459 if (unlikely(new_overflow)) { in _guc_log_copy_debuglogs_for_relay()
H A Dintel_guc_capture.c1305 bool new_overflow; in __guc_capture_process_output() local
1326 new_overflow = intel_guc_check_log_buf_overflow(&guc->log, GUC_CAPTURE_LOG_BUFFER, in __guc_capture_process_output()
1330 if (unlikely(new_overflow)) { in __guc_capture_process_output()