OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_bytes
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring.c
228
unsigned int
total_bytes
;
local
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
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
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
360
putc(c, f);
total_bytes
++; total_bytes_out++; \
ftpcmd.y
230
(LLT)
total_bytes
, PLURAL(
total_bytes
),
243
(LLT)
total_bytes
, PLURAL(
total_bytes
),
1394
total_bytes
++;
1399
total_bytes
++;
1406
total_bytes
++;
1414
total_bytes
++;
ftpd.c
2140
total_bytes
+= c;
2305
total_bytes
++;
2313
total_bytes
++;
2455
total_bytes
+= c;
2474
total_bytes
+= c;
2497
total_bytes
++;
2510
total_bytes
++;
2718
otb =
total_bytes
;
3756
* As per fprintf(), but increment
total_bytes
and total_bytes_out,
3768
total_bytes
+= b
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026