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:req_peer
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_req.c
1692
struct drbd_request *req_read, *req_write, *
req_peer
; /* oldest request */
in request_timer_fn()
local
1734
req_peer
= connection->req_ack_pending;
in request_timer_fn()
1739
if (!
req_peer
)
in request_timer_fn()
1740
req_peer
= connection->req_not_net_done;
in request_timer_fn()
1743
if (
req_peer
&&
req_peer
->device != device)
in request_timer_fn()
1744
req_peer
= NULL;
in request_timer_fn()
1747
if (
req_peer
== NULL && req_write == NULL && req_read == NULL)
in request_timer_fn()
1757
if (ent &&
req_peer
&& net_timeout_reached(
req_peer
, connectio
in request_timer_fn()
[all...]
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_req.c
1704
struct drbd_request *req_read, *req_write, *
req_peer
; /* oldest request */
in request_timer_fn()
local
1746
req_peer
= connection->req_ack_pending;
in request_timer_fn()
1751
if (!
req_peer
)
in request_timer_fn()
1752
req_peer
= connection->req_not_net_done;
in request_timer_fn()
1755
if (
req_peer
&&
req_peer
->device != device)
in request_timer_fn()
1756
req_peer
= NULL;
in request_timer_fn()
1759
if (
req_peer
== NULL && req_write == NULL && req_read == NULL)
in request_timer_fn()
1769
if (ent &&
req_peer
&& net_timeout_reached(
req_peer
, connectio
in request_timer_fn()
[all...]
Completed in 6 milliseconds