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:num_connections
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
nbd.c
92
int
num_connections
;
member
358
if (config->
num_connections
== 0)
in sock_shutdown()
363
for (i = 0; i < config->
num_connections
; i++) {
in sock_shutdown()
410
if (config->
num_connections
> 1 ||
in nbd_xmit_timeout()
411
(config->
num_connections
== 1 && nbd->tag_set.timeout)) {
in nbd_xmit_timeout()
415
config->
num_connections
);
in nbd_xmit_timeout()
423
if (cmd->index < config->
num_connections
) {
in nbd_xmit_timeout()
901
if (config->
num_connections
<= 1) {
in find_fallback()
907
if (fallback >= 0 && fallback < config->
num_connections
&&
in find_fallback()
912
nsock->fallback_index >= config->
num_connections
||
in find_fallback()
1323
int
num_connections
= config->
num_connections
;
nbd_start_device()
local
[all...]
/kernel/linux/linux-6.6/drivers/block/
H
A
D
nbd.c
97
int
num_connections
;
member
369
if (config->
num_connections
== 0)
in sock_shutdown()
374
for (i = 0; i < config->
num_connections
; i++) {
in sock_shutdown()
437
if (config->
num_connections
> 1 ||
in nbd_xmit_timeout()
438
(config->
num_connections
== 1 && nbd->tag_set.timeout)) {
in nbd_xmit_timeout()
442
config->
num_connections
);
in nbd_xmit_timeout()
450
if (cmd->index < config->
num_connections
) {
in nbd_xmit_timeout()
942
if (config->
num_connections
<= 1) {
in find_fallback()
948
if (fallback >= 0 && fallback < config->
num_connections
&&
in find_fallback()
953
nsock->fallback_index >= config->
num_connections
||
in find_fallback()
1368
int
num_connections
= config->
num_connections
;
nbd_start_device()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H
A
D
audioreach.c
105
u32
num_connections
;
member
440
int
num_connections
= 0;
in audioreach_alloc_graph_pkt()
local
453
num_connections
++;
in audioreach_alloc_graph_pkt()
464
num_connections
+= module->
num_connections
;
in audioreach_alloc_graph_pkt()
476
mc_sz = APM_MOD_CONN_PSIZE(mcon,
num_connections
);
in audioreach_alloc_graph_pkt()
527
params.mod_conn_list_data->
num_connections
=
num_connections
;
in audioreach_alloc_graph_pkt()
H
A
D
audioreach.h
108
uint32_t
num_connections
;
member
715
uint32_t
num_connections
;
member
H
A
D
topology.c
561
mod->
num_connections
= id;
in audioreach_parse_common_tokens()
Completed in 11 milliseconds