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:DASD_CQR_IN_IO
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd.c
1379
while ((retries < 5) && (cqr->status ==
DASD_CQR_IN_IO
)) {
in dasd_term_IO()
1483
cqr->status =
DASD_CQR_IN_IO
;
in dasd_start_IO()
1550
* The head of the ccw queue will have status
DASD_CQR_IN_IO
for 1),
1596
if (cqr->status !=
DASD_CQR_IN_IO
) {
in dasd_handle_killed_request()
1839
if (cqr->status !=
DASD_CQR_IN_IO
) {
in dasd_int_handler()
1960
cqr->status ==
DASD_CQR_IN_IO
||
in __dasd_device_process_ccw_queue()
2034
if ((cqr->status ==
DASD_CQR_IN_IO
&& cqr->expires != 0) &&
in __dasd_device_check_expire()
2163
case
DASD_CQR_IN_IO
:
in dasd_flush_device_queue()
2680
case
DASD_CQR_IN_IO
:
in __dasd_cancel_req()
3803
if ((cqr->status ==
DASD_CQR_IN_IO
) ||
in dasd_generic_last_path_gone()
[all...]
H
A
D
dasd_diag.c
203
cqr->status =
DASD_CQR_IN_IO
;
in dasd_start_diag()
H
A
D
dasd_int.h
205
#define
DASD_CQR_IN_IO
0x81 /* request is currently in IO */
macro
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd.c
1313
while ((retries < 5) && (cqr->status ==
DASD_CQR_IN_IO
)) {
in dasd_term_IO()
1417
cqr->status =
DASD_CQR_IN_IO
;
in dasd_start_IO()
1485
* The head of the ccw queue will have status
DASD_CQR_IN_IO
for 1),
1531
if (cqr->status !=
DASD_CQR_IN_IO
) {
in dasd_handle_killed_request()
1773
if (cqr->status !=
DASD_CQR_IN_IO
) {
in dasd_int_handler()
1894
cqr->status ==
DASD_CQR_IN_IO
||
in __dasd_device_process_ccw_queue()
1978
if ((cqr->status ==
DASD_CQR_IN_IO
&& cqr->expires != 0) &&
in __dasd_device_check_expire()
2115
case
DASD_CQR_IN_IO
:
in dasd_flush_device_queue()
2632
case
DASD_CQR_IN_IO
:
in __dasd_cancel_req()
3699
if ((cqr->status ==
DASD_CQR_IN_IO
) ||
in dasd_generic_last_path_gone()
[all...]
H
A
D
dasd_diag.c
202
cqr->status =
DASD_CQR_IN_IO
;
in dasd_start_diag()
H
A
D
dasd_int.h
204
#define
DASD_CQR_IN_IO
0x81 /* request is currently in IO */
macro
Completed in 17 milliseconds