OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_bytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring.c
228
unsigned int
total_bytes
;
local in function:intel_ring_begin
234
total_bytes
= bytes + rq->reserved_space;
235
GEM_BUG_ON(
total_bytes
> ring->effective_size);
237
if (unlikely(
total_bytes
> remain_usable)) {
246
total_bytes
+= remain_actual;
255
total_bytes
= rq->reserved_space + remain_actual;
259
if (unlikely(
total_bytes
> ring->space)) {
275
total_bytes
);
/src/sys/arch/hpcmips/stand/pbsdboot/
elf.c
54
static long
total_bytes
= 0;
variable in typeref:typename:long
113
if (
total_bytes
!= 0) {
114
int tmp_progress = *byte_count * 100 /
total_bytes
;
232
total_bytes
= byte_count;
344
total_bytes
+= dbg_info_size;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h
280
uptr
total_bytes
= 0;
local in function:__sanitizer::QuarantineCache::PrintStats
284
total_bytes
+= (*it).size;
291
uptr total_quarantined_bytes =
total_bytes
- total_overhead_bytes;
297
batch_count,
total_bytes
, total_quarantined_bytes,
/src/libexec/ftpd/
extern.h
346
GLOBAL off_t total_bytes_in, total_bytes_out,
total_bytes
;
variable in typeref:typename:GLOBAL off_t
360
putc(c, f);
total_bytes
++; total_bytes_out++; \
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025