Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:total_data
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ctree.c
4827
u32
total_data
= 0;
in setup_items_for_insert()
local
4830
total_data
+= data_size[i];
in setup_items_for_insert()
4831
total_size =
total_data
+ (nr * sizeof(struct btrfs_item));
in setup_items_for_insert()
4873
ioff -
total_data
);
in setup_items_for_insert()
4882
data_end -
total_data
, BTRFS_LEAF_DATA_OFFSET +
in setup_items_for_insert()
4920
u32
total_data
= 0;
in btrfs_insert_empty_items()
local
4923
total_data
+= data_size[i];
in btrfs_insert_empty_items()
4925
total_size =
total_data
+ (nr * sizeof(struct btrfs_item));
in btrfs_insert_empty_items()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core.h
129
* @
total_data
: The total number of data bytes done.
157
unsigned long
total_data
;
member
H
A
D
debugfs.c
257
seq_printf(seq, "
total_data
=%ld\n", ep->
total_data
);
in ep_show()
H
A
D
gadget.c
648
hs_ep->
total_data
+= to_write;
in dwc2_hsotg_write_fifo()
2299
hs_ep->
total_data
+= to_read;
in dwc2_hsotg_rx_data()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core.h
101
* @
total_data
: The total number of data bytes done.
129
unsigned long
total_data
;
member
H
A
D
debugfs.c
257
seq_printf(seq, "
total_data
=%ld\n", ep->
total_data
);
in ep_show()
H
A
D
gadget.c
647
hs_ep->
total_data
+= to_write;
in dwc2_hsotg_write_fifo()
2299
hs_ep->
total_data
+= to_read;
in dwc2_hsotg_rx_data()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
rgrp.c
827
u64
total_data
= 0;
in gfs2_ri_total()
local
842
total_data
+= be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
in gfs2_ri_total()
844
return
total_data
;
in gfs2_ri_total()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
rgrp.c
843
u64
total_data
= 0;
in gfs2_ri_total()
local
858
total_data
+= be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
in gfs2_ri_total()
860
return
total_data
;
in gfs2_ri_total()
Completed in 30 milliseconds