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:CreditRequest
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
115
shdr->
CreditRequest
= cpu_to_le16(0);
in smb2_hdr_assemble()
117
shdr->
CreditRequest
= cpu_to_le16(
in smb2_hdr_assemble()
122
shdr->
CreditRequest
= cpu_to_le16(2);
in smb2_hdr_assemble()
1468
req->hdr.
CreditRequest
= cpu_to_le16(0);
in SMB2_sess_alloc_buffer()
1470
req->hdr.
CreditRequest
= cpu_to_le16(
in SMB2_sess_alloc_buffer()
2072
req->hdr.
CreditRequest
= cpu_to_le16(0);
in SMB2_tcon()
2074
req->hdr.
CreditRequest
= cpu_to_le16(
in SMB2_tcon()
3954
credits.value = le16_to_cpu(rsp->hdr.
CreditRequest
);
in smb2_echo_callback()
4122
req->hdr.
CreditRequest
= cpu_to_le16(1);
in SMB2_echo()
4366
credits.value = le16_to_cpu(shdr->
CreditRequest
);
in smb2_readv_callback()
[all...]
H
A
D
connect.c
875
return le16_to_cpu(shdr->
CreditRequest
);
in smb2_get_credits_from_hdr()
1121
if (shdr->
CreditRequest
) {
in smb2_add_credits_from_hdr()
1123
server->credits += le16_to_cpu(shdr->
CreditRequest
);
in smb2_add_credits_from_hdr()
1131
le16_to_cpu(shdr->
CreditRequest
), in_flight);
in smb2_add_credits_from_hdr()
1133
__func__, le16_to_cpu(shdr->
CreditRequest
),
in smb2_add_credits_from_hdr()
H
A
D
smb2ops.c
2369
if (shdr->
CreditRequest
) {
in smb2_is_status_pending()
2371
server->credits += le16_to_cpu(shdr->
CreditRequest
);
in smb2_is_status_pending()
2379
le16_to_cpu(shdr->
CreditRequest
), in_flight);
in smb2_is_status_pending()
2381
__func__, le16_to_cpu(shdr->
CreditRequest
), scredits);
in smb2_is_status_pending()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
111
shdr->
CreditRequest
= cpu_to_le16(0);
in smb2_hdr_assemble()
113
shdr->
CreditRequest
= cpu_to_le16(
in smb2_hdr_assemble()
118
shdr->
CreditRequest
= cpu_to_le16(2);
in smb2_hdr_assemble()
1217
req->sync_hdr.
CreditRequest
= cpu_to_le16(130);
in SMB2_sess_alloc_buffer()
1785
req->sync_hdr.
CreditRequest
= cpu_to_le16(64);
in SMB2_tcon()
3635
credits.value = le16_to_cpu(rsp->sync_hdr.
CreditRequest
);
in smb2_echo_callback()
3735
req->sync_hdr.
CreditRequest
= cpu_to_le16(1);
in SMB2_echo()
3957
credits.value = le16_to_cpu(shdr->
CreditRequest
);
in smb2_readv_callback()
3983
credits.value = le16_to_cpu(shdr->
CreditRequest
);
in smb2_readv_callback()
4061
shdr->
CreditRequest
in smb2_async_readv()
[all...]
H
A
D
smb2pdu.h
113
__le16
CreditRequest
; /* CreditResponse */
member
H
A
D
connect.c
859
return le16_to_cpu(shdr->
CreditRequest
);
in smb2_get_credits_from_hdr()
1059
if (shdr->
CreditRequest
) {
in smb2_add_credits_from_hdr()
1061
server->credits += le16_to_cpu(shdr->
CreditRequest
);
in smb2_add_credits_from_hdr()
H
A
D
smb2ops.c
2377
if (shdr->
CreditRequest
) {
in smb2_is_status_pending()
2379
server->credits += le16_to_cpu(shdr->
CreditRequest
);
in smb2_is_status_pending()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
141
__le16
CreditRequest
; /* CreditResponse */
member
163
__le16
CreditRequest
; /* CreditResponse */
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
oplock.c
658
rsp_hdr->
CreditRequest
= cpu_to_le16(0);
in __smb2_oplock_break_noti()
762
rsp_hdr->
CreditRequest
= cpu_to_le16(0);
in __smb2_lease_break_noti()
H
A
D
smb2pdu.c
261
rsp_hdr->
CreditRequest
= cpu_to_le16(2);
in init_smb2_neg_rsp()
325
hdr->
CreditRequest
= 0;
in smb2_set_rsp_credits()
341
le16_to_cpu(req_hdr->
CreditRequest
), 1);
in smb2_set_rsp_credits()
346
* TODO: Need to adjuct
CreditRequest
value according to
in smb2_set_rsp_credits()
359
/* Update
CreditRequest
in last request */
in smb2_set_rsp_credits()
360
hdr->
CreditRequest
= cpu_to_le16(work->credits_granted);
in smb2_set_rsp_credits()
Completed in 85 milliseconds