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:error_targets
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
peer_event.c
206
HLIST_HEAD(
error_targets
);
in rxrpc_distribute_error()
209
hlist_move_list(&peer->
error_targets
, &
error_targets
);
in rxrpc_distribute_error()
211
while (!hlist_empty(&
error_targets
)) {
in rxrpc_distribute_error()
212
call = hlist_entry(
error_targets
.first,
in rxrpc_distribute_error()
H
A
D
peer_object.c
219
INIT_HLIST_HEAD(&peer->
error_targets
);
in rxrpc_alloc_peer()
410
ASSERT(hlist_empty(&peer->
error_targets
));
in __rxrpc_put_peer()
H
A
D
call_accept.c
406
hlist_add_head(&call->error_link, &call->peer->
error_targets
);
in rxrpc_new_incoming_call()
H
A
D
conn_client.c
539
hlist_add_head(&call->error_link, &call->peer->
error_targets
);
in rxrpc_expose_client_call()
H
A
D
call_object.c
502
hlist_add_head(&call->error_link, &conn->peer->
error_targets
);
in rxrpc_incoming_call()
H
A
D
ar-internal.h
331
struct hlist_head
error_targets
; /* targets for net error distribution */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
peer_object.c
221
INIT_HLIST_HEAD(&peer->
error_targets
);
in rxrpc_alloc_peer()
422
ASSERT(hlist_empty(&peer->
error_targets
));
in __rxrpc_put_peer()
H
A
D
peer_event.c
293
hlist_for_each_entry_rcu(call, &peer->
error_targets
, error_link) {
in rxrpc_distribute_error()
H
A
D
call_object.c
432
hlist_add_head_rcu(&call->error_link, &conn->params.peer->
error_targets
);
in rxrpc_incoming_call()
H
A
D
ar-internal.h
288
struct hlist_head
error_targets
; /* targets for net error distribution */
member
H
A
D
output.c
366
hlist_add_head_rcu(&call->error_link, &call->peer->
error_targets
);
in rxrpc_send_data_packet()
Completed in 12 milliseconds