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:chan_max
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
sess.c
76
int left = ses->
chan_max
- ses->chan_count;
in cifs_try_adding_channels()
86
ses->
chan_max
);
in cifs_try_adding_channels()
97
ses->
chan_max
= 1;
in cifs_try_adding_channels()
130
if (tries > 3*ses->
chan_max
) {
in cifs_try_adding_channels()
H
A
D
cifsfs.c
639
if (tcon->ses->
chan_max
> 1)
in cifs_show_options()
641
tcon->ses->
chan_max
);
in cifs_show_options()
H
A
D
cifsglob.h
1032
size_t
chan_max
;
member
H
A
D
smb2pdu.c
851
if (ses->
chan_max
> 1)
in SMB2_negotiate()
1045
if (tcon->ses->
chan_max
> 1)
in smb3_validate_negotiate()
H
A
D
connect.c
2690
if (ses->
chan_max
< vol->max_channels)
in match_session()
3126
ses->
chan_max
= volume_info->multichannel ? volume_info->max_channels:1;
in cifs_get_smb_ses()
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-pcm.c
508
unsigned int chan_min = 0,
chan_max
= UINT_MAX;
in snd_soc_runtime_calc_hw()
local
554
chan_max
= min(
chan_max
, codec_stream->channels_max);
in snd_soc_runtime_calc_hw()
572
chan_max
= cpu_chan_max;
in snd_soc_runtime_calc_hw()
577
hw->channels_max = min(
chan_max
, cpu_chan_max);
in snd_soc_runtime_calc_hw()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
sess.c
192
left = ses->
chan_max
- ses->chan_count;
in cifs_try_adding_channels()
198
ses->
chan_max
);
in cifs_try_adding_channels()
218
if (tries > 3*ses->
chan_max
) {
in cifs_try_adding_channels()
H
A
D
cifsfs.c
718
if (tcon->ses->
chan_max
> 1)
in cifs_show_options()
720
tcon->ses->
chan_max
);
in cifs_show_options()
H
A
D
smb2pdu.c
437
if (ses->
chan_max
> ses->chan_count &&
in smb2_reconnect()
1083
if (ses->
chan_max
> 1)
in SMB2_negotiate()
1285
if (tcon->ses->
chan_max
> 1)
in smb3_validate_negotiate()
H
A
D
connect.c
1854
if (ses->
chan_max
< ctx->max_channels)
in match_session()
2343
ses->
chan_max
= ctx->multichannel ? ctx->max_channels:1;
in cifs_get_smb_ses()
H
A
D
cifsglob.h
1098
size_t
chan_max
;
member
H
A
D
smb2ops.c
612
if ((ses->
chan_max
> 1) && in_mount)
in parse_server_interfaces()
/kernel/linux/linux-5.10/include/linux/greybus/
H
A
D
greybus_protocols.h
1970
__u8
chan_max
;
member
/kernel/linux/linux-6.6/include/linux/greybus/
H
A
D
greybus_protocols.h
1970
__u8
chan_max
;
member
Completed in 62 milliseconds