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:wsame
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_main.c
1684
struct p_wsame *
wsame
= NULL;
in drbd_send_dblock()
local
1726
wsame
= (struct p_wsame*)p;
in drbd_send_dblock()
1727
digest_out =
wsame
+ 1;
in drbd_send_dblock()
1728
wsame
->size = cpu_to_be32(req->i.size);
in drbd_send_dblock()
1736
if (
wsame
) {
in drbd_send_dblock()
1739
sizeof(*
wsame
) + digest_size, NULL,
in drbd_send_dblock()
H
A
D
drbd_receiver.c
1873
struct p_trim *
wsame
= (pi->cmd == P_WSAME) ? pi->data : NULL;
in __must_hold()
local
1888
/* assume request_size == data_size, but special case trim and
wsame
. */
in __must_hold()
1898
} else if (
wsame
) {
in __must_hold()
1909
ds = be32_to_cpu(
wsame
->size);
in __must_hold()
1914
if (trim ||
wsame
|| zeroes) {
in __must_hold()
1946
if (
wsame
)
in __must_hold()
Completed in 12 milliseconds