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:ack_sender
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
1127
connection->
ack_sender
=
in conn_connect()
1129
if (!connection->
ack_sender
) {
in conn_connect()
1130
drbd_err(connection, "Failed to create workqueue
ack_sender
\n");
in conn_connect()
2058
* e_end_resync_block() is called in
ack_sender
context via
2233
* e_end_block() is called in
ack_sender
context via drbd_finish_peer_reqs().
2535
queue_work(connection->
ack_sender
, &peer_req->peer_device->send_acks_work);
in handle_write_conflicts()
5171
if (connection->
ack_sender
) {
in conn_disconnect()
5172
destroy_workqueue(connection->
ack_sender
);
in conn_disconnect()
5173
connection->
ack_sender
= NULL;
in conn_disconnect()
H
A
D
drbd_worker.c
151
if (!queue_work(connection->
ack_sender
, &peer_device->send_acks_work))
in __releases()
H
A
D
drbd_int.h
740
struct workqueue_struct *
ack_sender
;
member
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
1131
connection->
ack_sender
=
in conn_connect()
1133
if (!connection->
ack_sender
) {
in conn_connect()
1134
drbd_err(connection, "Failed to create workqueue
ack_sender
\n");
in conn_connect()
2031
* e_end_resync_block() is called in
ack_sender
context via
2203
* e_end_block() is called in
ack_sender
context via drbd_finish_peer_reqs().
2503
queue_work(connection->
ack_sender
, &peer_req->peer_device->send_acks_work);
in handle_write_conflicts()
5123
if (connection->
ack_sender
) {
in conn_disconnect()
5124
destroy_workqueue(connection->
ack_sender
);
in conn_disconnect()
5125
connection->
ack_sender
= NULL;
in conn_disconnect()
H
A
D
drbd_int.h
670
struct workqueue_struct *
ack_sender
;
member
H
A
D
drbd_worker.c
151
if (!queue_work(connection->
ack_sender
, &peer_device->send_acks_work))
in __releases()
Completed in 27 milliseconds