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:midQ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
731
wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *
midQ
)
in wait_for_response()
argument
736
midQ
->mid_state != MID_REQUEST_SUBMITTED);
in wait_for_response()
1036
struct mid_q_entry *
midQ
[MAX_COMPOUND];
in compound_send_recv()
local
1098
midQ
[i] = server->ops->setup_request(ses, server, &rqst[i]);
in compound_send_recv()
1099
if (IS_ERR(
midQ
[i])) {
in compound_send_recv()
1102
cifs_delete_mid(
midQ
[j]);
in compound_send_recv()
1108
return PTR_ERR(
midQ
[i]);
in compound_send_recv()
1111
midQ
[i]->mid_state = MID_REQUEST_SUBMITTED;
in compound_send_recv()
1112
midQ
[i]->optype = optype;
in compound_send_recv()
1119
midQ
[
in compound_send_recv()
1304
struct mid_q_entry *
midQ
;
SendReceive()
local
1440
struct mid_q_entry *
midQ
;
SendReceiveBlockingLock()
local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
transport.c
736
wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *
midQ
)
in wait_for_response()
argument
741
midQ
->mid_state != MID_REQUEST_SUBMITTED &&
in wait_for_response()
742
midQ
->mid_state != MID_RESPONSE_RECEIVED,
in wait_for_response()
1072
struct mid_q_entry *
midQ
[MAX_COMPOUND];
in compound_send_recv()
local
1138
midQ
[i] = server->ops->setup_request(ses, server, &rqst[i]);
in compound_send_recv()
1139
if (IS_ERR(
midQ
[i])) {
in compound_send_recv()
1142
delete_mid(
midQ
[j]);
in compound_send_recv()
1148
return PTR_ERR(
midQ
[i]);
in compound_send_recv()
1151
midQ
[i]->mid_state = MID_REQUEST_SUBMITTED;
in compound_send_recv()
1152
midQ
[
in compound_send_recv()
1354
struct mid_q_entry *
midQ
;
SendReceive()
local
1495
struct mid_q_entry *
midQ
;
SendReceiveBlockingLock()
local
[all...]
Completed in 4 milliseconds