OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:full_cnt
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c
184
unsigned int
full_cnt
)
189
if (
full_cnt
!= prev_full_cnt) {
192
log->stats[type].overflow =
full_cnt
;
193
log->stats[type].sampled_overflow +=
full_cnt
- prev_full_cnt;
195
if (
full_cnt
< prev_full_cnt) {
225
unsigned int buffer_size, read_offset, write_offset, bytes_to_copy,
full_cnt
;
local in function:guc_read_update_log_buffer
269
full_cnt
= log_buf_state_local.buffer_full_cnt;
273
new_overflow = guc_check_log_buf_overflow(log, type,
full_cnt
);
Completed in 11 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025