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:smb_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
95
__u16
smb_cmd
= le16_to_cpu(midEntry->command);
in _cifs_mid_q_entry_release()
local
118
if (
smb_cmd
< NUMBER_OF_SMB2_COMMANDS) {
in _cifs_mid_q_entry_release()
119
if (atomic_read(&server->num_cmds[
smb_cmd
]) == 0) {
in _cifs_mid_q_entry_release()
120
server->slowest_cmd[
smb_cmd
] = roundtrip_time;
in _cifs_mid_q_entry_release()
121
server->fastest_cmd[
smb_cmd
] = roundtrip_time;
in _cifs_mid_q_entry_release()
123
if (server->slowest_cmd[
smb_cmd
] < roundtrip_time)
in _cifs_mid_q_entry_release()
124
server->slowest_cmd[
smb_cmd
] = roundtrip_time;
in _cifs_mid_q_entry_release()
125
else if (server->fastest_cmd[
smb_cmd
] > roundtrip_time)
in _cifs_mid_q_entry_release()
126
server->fastest_cmd[
smb_cmd
] = roundtrip_time;
in _cifs_mid_q_entry_release()
128
cifs_stats_inc(&server->num_cmds[
smb_cmd
]);
in _cifs_mid_q_entry_release()
[all...]
H
A
D
cifsproto.h
161
extern int small_smb_init_no_tc(const int
smb_cmd
, const int wct,
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
transport.c
85
__u16
smb_cmd
= le16_to_cpu(midEntry->command);
in __release_mid()
local
109
if (
smb_cmd
< NUMBER_OF_SMB2_COMMANDS) {
in __release_mid()
110
if (atomic_read(&server->num_cmds[
smb_cmd
]) == 0) {
in __release_mid()
111
server->slowest_cmd[
smb_cmd
] = roundtrip_time;
in __release_mid()
112
server->fastest_cmd[
smb_cmd
] = roundtrip_time;
in __release_mid()
114
if (server->slowest_cmd[
smb_cmd
] < roundtrip_time)
in __release_mid()
115
server->slowest_cmd[
smb_cmd
] = roundtrip_time;
in __release_mid()
116
else if (server->fastest_cmd[
smb_cmd
] > roundtrip_time)
in __release_mid()
117
server->fastest_cmd[
smb_cmd
] = roundtrip_time;
in __release_mid()
119
cifs_stats_inc(&server->num_cmds[
smb_cmd
]);
in __release_mid()
[all...]
H
A
D
cifsproto.h
171
extern int small_smb_init_no_tc(const int
smb_cmd
, const int wct,
Completed in 5 milliseconds