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:conn_ids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
conn_client.c
48
idr_remove(&local->
conn_ids
, conn->proto.cid >> RXRPC_CIDSHIFT);
in rxrpc_put_client_connection_id()
59
if (!idr_is_empty(&local->
conn_ids
)) {
in rxrpc_destroy_client_conn_ids()
60
idr_for_each_entry(&local->
conn_ids
, conn, id) {
in rxrpc_destroy_client_conn_ids()
67
idr_destroy(&local->
conn_ids
);
in rxrpc_destroy_client_conn_ids()
158
id = idr_alloc_cyclic(&local->
conn_ids
, conn, 1, 0x40000000,
in rxrpc_alloc_client_connection()
222
id_cursor = idr_get_cursor(&conn->local->
conn_ids
);
in rxrpc_may_reuse_conn()
H
A
D
local_object.c
142
idr_init(&local->
conn_ids
);
in rxrpc_alloc_local()
147
idr_set_cursor(&local->
conn_ids
, tmp);
in rxrpc_alloc_local()
H
A
D
conn_object.c
107
conn = idr_find(&local->
conn_ids
, sp->hdr.cid >> RXRPC_CIDSHIFT);
in rxrpc_find_client_connection_rcu()
H
A
D
ar-internal.h
315
struct idr
conn_ids
; /* List of connection IDs */
member
Completed in 6 milliseconds