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:waiting_calls
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
conn_client.c
130
INIT_LIST_HEAD(&bundle->
waiting_calls
);
in rxrpc_alloc_bundle()
393
list_add_tail(&call->chan_wait_link, &bundle->
waiting_calls
);
in rxrpc_prep_call()
490
if (!usable && !list_empty(&bundle->
waiting_calls
)) {
in rxrpc_maybe_add_conn()
491
call = list_first_entry(&bundle->
waiting_calls
,
in rxrpc_maybe_add_conn()
502
!list_empty(&bundle->
waiting_calls
) &&
in rxrpc_maybe_add_conn()
524
struct rxrpc_call *call = list_entry(bundle->
waiting_calls
.next,
in rxrpc_activate_one_channel()
610
while (!list_empty(&bundle->
waiting_calls
)) {
in rxrpc_activate_channels_locked()
862
if (may_reuse && !list_empty(&bundle->
waiting_calls
)) {
in rxrpc_disconnect_client_call()
H
A
D
ar-internal.h
394
struct list_head
waiting_calls
; /* Calls waiting for channels */
member
568
struct list_head chan_wait_link; /* Link in conn->bundle->
waiting_calls
*/
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
conn_client.c
92
INIT_LIST_HEAD(&bundle->
waiting_calls
);
in rxrpc_alloc_bundle()
408
struct rxrpc_call *call = list_entry(bundle->
waiting_calls
.next,
in rxrpc_activate_one_channel()
474
while (!list_empty(&bundle->
waiting_calls
)) {
in rxrpc_activate_channels()
509
list_move_tail(&call->wait_link, &bundle->
waiting_calls
);
in rxrpc_connect_client_calls()
616
if (may_reuse && !list_empty(&bundle->
waiting_calls
)) {
in rxrpc_disconnect_client_call()
H
A
D
ar-internal.h
453
struct list_head
waiting_calls
; /* Calls waiting for channels */
member
Completed in 9 milliseconds