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:MAX_COMPOUND
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
467
struct smb_rqst cur_rqst[
MAX_COMPOUND
];
in smb_send_rqst()
473
if (num_rqst >
MAX_COMPOUND
- 1)
in smb_send_rqst()
582
* For normal commands, reserve the last
MAX_COMPOUND
in wait_for_free_credits()
588
* there are >
MAX_COMPOUND
credits available.
in wait_for_free_credits()
595
server->in_flight > 2 *
MAX_COMPOUND
&&
in wait_for_free_credits()
596
*credits <=
MAX_COMPOUND
) {
in wait_for_free_credits()
602
MAX_COMPOUND
+ 1),
in wait_for_free_credits()
1036
struct mid_q_entry *midQ[
MAX_COMPOUND
];
in compound_send_recv()
1037
bool cancelled_mid[
MAX_COMPOUND
] = {false};
in compound_send_recv()
1038
struct cifs_credits credits[
MAX_COMPOUND
]
in compound_send_recv()
[all...]
H
A
D
cifsglob.h
90
#define
MAX_COMPOUND
5
macro
H
A
D
connect.c
1077
struct mid_q_entry *mids[
MAX_COMPOUND
];
in cifs_demultiplex_thread()
1078
char *bufs[
MAX_COMPOUND
];
in cifs_demultiplex_thread()
H
A
D
smb2ops.c
4942
if (*num_mids >=
MAX_COMPOUND
) {
in receive_encrypted_standard()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
transport.c
422
struct smb_rqst rqst[
MAX_COMPOUND
];
438
if (WARN_ON_ONCE(num_rqst >
MAX_COMPOUND
- 1))
in smb_send_rqst()
567
* For normal commands, reserve the last
MAX_COMPOUND
in wait_for_free_credits()
573
* there are >
MAX_COMPOUND
credits available.
in wait_for_free_credits()
580
server->in_flight > 2 *
MAX_COMPOUND
&&
in wait_for_free_credits()
581
*credits <=
MAX_COMPOUND
) {
in wait_for_free_credits()
588
MAX_COMPOUND
+ 1),
in wait_for_free_credits()
1072
struct mid_q_entry *midQ[
MAX_COMPOUND
];
in compound_send_recv()
1073
bool cancelled_mid[
MAX_COMPOUND
] = {false};
in compound_send_recv()
1074
struct cifs_credits credits[
MAX_COMPOUND
]
in compound_send_recv()
[all...]
H
A
D
connect.c
1148
struct mid_q_entry *mids[
MAX_COMPOUND
];
in cifs_demultiplex_thread()
1149
char *bufs[
MAX_COMPOUND
];
in cifs_demultiplex_thread()
H
A
D
cifsglob.h
85
#define
MAX_COMPOUND
7
macro
H
A
D
smb2ops.c
5011
if (*num_mids >=
MAX_COMPOUND
) {
in receive_encrypted_standard()
Completed in 35 milliseconds