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:hb_cksum
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H
A
D
ocfs2_heartbeat.h
19
__le32
hb_cksum
;
member
H
A
D
heartbeat.c
628
*
hb_cksum
field. Save it off here and replace after the
in o2hb_compute_block_crc_le()
630
old_cksum = hb_block->
hb_cksum
;
in o2hb_compute_block_crc_le()
631
hb_block->
hb_cksum
= 0;
in o2hb_compute_block_crc_le()
635
hb_block->
hb_cksum
= old_cksum;
in o2hb_compute_block_crc_le()
645
hb_block->hb_node, le32_to_cpu(hb_block->
hb_cksum
),
in o2hb_dump_slot()
654
read = le32_to_cpu(hb_block->
hb_cksum
);
in o2hb_verify_crc()
730
hb_block->
hb_cksum
= cpu_to_le32(o2hb_compute_block_crc_le(reg,
in o2hb_prepare_block()
735
le32_to_cpu(hb_block->
hb_cksum
));
in o2hb_prepare_block()
965
le32_to_cpu(hb_block->
hb_cksum
),
in o2hb_check_slot()
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H
A
D
ocfs2_heartbeat.h
17
__le32
hb_cksum
;
member
H
A
D
heartbeat.c
621
*
hb_cksum
field. Save it off here and replace after the
in o2hb_compute_block_crc_le()
623
old_cksum = hb_block->
hb_cksum
;
in o2hb_compute_block_crc_le()
624
hb_block->
hb_cksum
= 0;
in o2hb_compute_block_crc_le()
628
hb_block->
hb_cksum
= old_cksum;
in o2hb_compute_block_crc_le()
638
hb_block->hb_node, le32_to_cpu(hb_block->
hb_cksum
),
in o2hb_dump_slot()
647
read = le32_to_cpu(hb_block->
hb_cksum
);
in o2hb_verify_crc()
723
hb_block->
hb_cksum
= cpu_to_le32(o2hb_compute_block_crc_le(reg,
in o2hb_prepare_block()
728
le32_to_cpu(hb_block->
hb_cksum
));
in o2hb_prepare_block()
958
le32_to_cpu(hb_block->
hb_cksum
),
in o2hb_check_slot()
Completed in 8 milliseconds