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:int_dig_vv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
1869
void *dig_vv = peer_device->connection->
int_dig_vv
;
in __must_hold()
2017
void *dig_vv = peer_device->connection->
int_dig_vv
;
in recv_dless_read()
3675
void *int_dig_in = NULL, *
int_dig_vv
= NULL;
in receive_protocol()
local
3765
int_dig_vv
= kmalloc(hash_size, GFP_KERNEL);
in receive_protocol()
3766
if (!(int_dig_in &&
int_dig_vv
)) {
in receive_protocol()
3795
kfree(connection->
int_dig_vv
);
in receive_protocol()
3798
connection->
int_dig_vv
=
int_dig_vv
;
in receive_protocol()
3813
kfree(
int_dig_vv
);
in receive_protocol()
H
A
D
drbd_main.c
2520
kfree(connection->
int_dig_vv
);
in conn_free_crypto()
2528
connection->
int_dig_vv
= NULL;
in conn_free_crypto()
2700
kfree(connection->
int_dig_vv
);
in drbd_destroy_connection()
H
A
D
drbd_int.h
725
void *
int_dig_vv
;
member
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
1857
void *dig_vv = peer_device->connection->
int_dig_vv
;
in __must_hold()
1990
void *dig_vv = peer_device->connection->
int_dig_vv
;
in recv_dless_read()
3637
void *int_dig_in = NULL, *
int_dig_vv
= NULL;
in receive_protocol()
local
3727
int_dig_vv
= kmalloc(hash_size, GFP_KERNEL);
in receive_protocol()
3728
if (!(int_dig_in &&
int_dig_vv
)) {
in receive_protocol()
3755
kfree(connection->
int_dig_vv
);
in receive_protocol()
3758
connection->
int_dig_vv
=
int_dig_vv
;
in receive_protocol()
3772
kfree(
int_dig_vv
);
in receive_protocol()
H
A
D
drbd_main.c
2484
kfree(connection->
int_dig_vv
);
in conn_free_crypto()
2492
connection->
int_dig_vv
= NULL;
in conn_free_crypto()
2664
kfree(connection->
int_dig_vv
);
in drbd_destroy_connection()
H
A
D
drbd_int.h
655
void *
int_dig_vv
;
member
Completed in 60 milliseconds