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:client_bundles
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
conn_client.c
263
p = local->
client_bundles
.rb_node;
in rxrpc_look_up_bundle()
290
pp = &local->
client_bundles
.rb_node;
in rxrpc_look_up_bundle()
312
rb_insert_color(&candidate->local_node, &local->
client_bundles
);
in rxrpc_look_up_bundle()
697
rb_erase(&bundle->local_node, &local->
client_bundles
);
in rxrpc_deactivate_bundle()
H
A
D
local_object.c
130
local->
client_bundles
= RB_ROOT;
in rxrpc_alloc_local()
H
A
D
ar-internal.h
302
struct rb_root
client_bundles
; /* Client connection bundles by socket params */
member
303
spinlock_t client_bundles_lock; /* Lock for
client_bundles
*/
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
conn_client.c
290
p = local->
client_bundles
.rb_node;
in rxrpc_look_up_bundle()
317
pp = &local->
client_bundles
.rb_node;
in rxrpc_look_up_bundle()
340
rb_insert_color(&candidate->local_node, &local->
client_bundles
);
in rxrpc_look_up_bundle()
952
rb_erase(&bundle->local_node, &local->
client_bundles
);
in rxrpc_deactivate_bundle()
H
A
D
local_object.c
89
local->
client_bundles
= RB_ROOT;
in rxrpc_alloc_local()
H
A
D
ar-internal.h
268
struct rb_root
client_bundles
; /* Client connection bundles by socket params */
member
269
spinlock_t client_bundles_lock; /* Lock for
client_bundles
*/
Completed in 10 milliseconds