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_in
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
1868
void *dig_in = peer_device->connection->
int_dig_in
;
in __must_hold()
2016
void *dig_in = peer_device->connection->
int_dig_in
;
in recv_dless_read()
3675
void *
int_dig_in
= NULL, *int_dig_vv = NULL;
in receive_protocol()
local
3764
int_dig_in
= kmalloc(hash_size, GFP_KERNEL);
in receive_protocol()
3766
if (!(
int_dig_in
&& int_dig_vv)) {
in receive_protocol()
3794
kfree(connection->
int_dig_in
);
in receive_protocol()
3797
connection->
int_dig_in
=
int_dig_in
;
in receive_protocol()
3812
kfree(
int_dig_in
);
in receive_protocol()
H
A
D
drbd_main.c
2519
kfree(connection->
int_dig_in
);
in conn_free_crypto()
2527
connection->
int_dig_in
= NULL;
in conn_free_crypto()
2699
kfree(connection->
int_dig_in
);
in drbd_destroy_connection()
H
A
D
drbd_int.h
724
void *
int_dig_in
;
member
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
1856
void *dig_in = peer_device->connection->
int_dig_in
;
in __must_hold()
1989
void *dig_in = peer_device->connection->
int_dig_in
;
in recv_dless_read()
3637
void *
int_dig_in
= NULL, *int_dig_vv = NULL;
in receive_protocol()
local
3726
int_dig_in
= kmalloc(hash_size, GFP_KERNEL);
in receive_protocol()
3728
if (!(
int_dig_in
&& int_dig_vv)) {
in receive_protocol()
3754
kfree(connection->
int_dig_in
);
in receive_protocol()
3757
connection->
int_dig_in
=
int_dig_in
;
in receive_protocol()
3771
kfree(
int_dig_in
);
in receive_protocol()
H
A
D
drbd_main.c
2483
kfree(connection->
int_dig_in
);
in conn_free_crypto()
2491
connection->
int_dig_in
= NULL;
in conn_free_crypto()
2663
kfree(connection->
int_dig_in
);
in drbd_destroy_connection()
H
A
D
drbd_int.h
654
void *
int_dig_in
;
member
Completed in 33 milliseconds