OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytes_to_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c
225
unsigned int buffer_size, read_offset, write_offset,
bytes_to_copy
, full_cnt;
local
309
bytes_to_copy
= buffer_size - read_offset;
311
bytes_to_copy
= write_offset - read_offset;
314
src_data + read_offset,
bytes_to_copy
);
intel_guc_log.c
225
unsigned int buffer_size, read_offset, write_offset,
bytes_to_copy
, full_cnt;
local
309
bytes_to_copy
= buffer_size - read_offset;
311
bytes_to_copy
= write_offset - read_offset;
314
src_data + read_offset,
bytes_to_copy
);
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026