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:csums
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
scrub.c
74
* sector csum inside scrub_stripe::
csums
.
180
u8 *
csums
;
member
243
kfree(stripe->
csums
);
in release_scrub_stripe()
245
stripe->
csums
= NULL;
in release_scrub_stripe()
275
stripe->
csums
= kcalloc(BTRFS_STRIPE_LEN >> fs_info->sectorsize_bits,
in init_scrub_stripe()
277
if (!stripe->
csums
)
in init_scrub_stripe()
1607
ASSERT(stripe->
csums
);
in scrub_find_fill_first_stripe()
1617
stripe->
csums
, &csum_bitmap);
in scrub_find_fill_first_stripe()
1624
stripe->sectors[sector_nr].csum = stripe->
csums
+
in scrub_find_fill_first_stripe()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
btrfs_inode.h
186
* Number of bytes outstanding that are going to need
csums
. This is
364
u8
csums
[];
member
H
A
D
inode.c
2162
* on write, or reading the
csums
from the tree before a read.
2891
* when reads are done, we need to check
csums
to verify the data is correct
7143
* are any
csums
in that range we have to cow in order
in can_nocow_extent()
7144
* to keep the
csums
correct
in can_nocow_extent()
7819
btrfs_io_bio(bio)->csum = dip->
csums
+ csum_offset;
in btrfs_submit_dio_bio()
7896
* Load the
csums
up front to reduce csum tree searches and
in btrfs_submit_direct()
7900
dip->
csums
);
in btrfs_submit_direct()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
1053
const netdev_features_t
csums
= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
in mvpp2_set_hw_csum()
local
1062
port->dev->features &= ~
csums
;
in mvpp2_set_hw_csum()
1063
port->dev->hw_features &= ~
csums
;
in mvpp2_set_hw_csum()
1065
port->dev->features |=
csums
;
in mvpp2_set_hw_csum()
1066
port->dev->hw_features |=
csums
;
in mvpp2_set_hw_csum()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
1293
const netdev_features_t
csums
= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
in mvpp2_set_hw_csum()
local
1302
port->dev->features &= ~
csums
;
in mvpp2_set_hw_csum()
1303
port->dev->hw_features &= ~
csums
;
in mvpp2_set_hw_csum()
1305
port->dev->features |=
csums
;
in mvpp2_set_hw_csum()
1306
port->dev->hw_features |=
csums
;
in mvpp2_set_hw_csum()
Completed in 36 milliseconds