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:working_request
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
remote_device.c
527
status = sci_io_request_frame_handler(idev->
working_request
, frame_index);
in sci_remote_device_frame_handler()
562
struct isci_request *ireq = idev->
working_request
;
in atapi_remote_device_resume_done()
718
idev->
working_request
= ireq;
in sci_remote_device_start_io()
756
idev->
working_request
= ireq;
in sci_remote_device_start_io()
867
if (idev->
working_request
)
in sci_remote_device_continue_request()
868
sci_controller_continue_io(idev->
working_request
);
in sci_remote_device_continue_request()
911
idev->
working_request
= ireq;
in sci_remote_device_start_task()
1135
idev->
working_request
= NULL;
in sci_stp_remote_device_ready_idle_substate_enter()
1153
BUG_ON(idev->
working_request
== NULL);
in sci_stp_remote_device_ready_cmd_substate_enter()
1182
BUG_ON(idev->
working_request
in sci_smp_remote_device_ready_cmd_substate_enter()
[all...]
H
A
D
remote_device.h
77
* @
working_request
: SATA requests have no tag we for unaccelerated
103
struct isci_request *
working_request
;
member
H
A
D
request.c
2068
ireq->target_device->
working_request
= ireq;
in sci_io_request_frame_handler()
3025
ireq->target_device->
working_request
= ireq;
in sci_stp_request_started_non_data_await_h2d_completion_enter()
3032
ireq->target_device->
working_request
= ireq;
in sci_stp_request_started_pio_await_h2d_completion_enter()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
remote_device.c
528
status = sci_io_request_frame_handler(idev->
working_request
, frame_index);
in sci_remote_device_frame_handler()
563
struct isci_request *ireq = idev->
working_request
;
in atapi_remote_device_resume_done()
719
idev->
working_request
= ireq;
in sci_remote_device_start_io()
757
idev->
working_request
= ireq;
in sci_remote_device_start_io()
868
if (idev->
working_request
)
in sci_remote_device_continue_request()
869
sci_controller_continue_io(idev->
working_request
);
in sci_remote_device_continue_request()
912
idev->
working_request
= ireq;
in sci_remote_device_start_task()
1136
idev->
working_request
= NULL;
in sci_stp_remote_device_ready_idle_substate_enter()
1154
BUG_ON(idev->
working_request
== NULL);
in sci_stp_remote_device_ready_cmd_substate_enter()
1183
BUG_ON(idev->
working_request
in sci_smp_remote_device_ready_cmd_substate_enter()
[all...]
H
A
D
remote_device.h
77
* @
working_request
: SATA requests have no tag we for unaccelerated
103
struct isci_request *
working_request
;
member
H
A
D
request.c
2062
ireq->target_device->
working_request
= ireq;
in sci_io_request_frame_handler()
3017
ireq->target_device->
working_request
= ireq;
in sci_stp_request_started_non_data_await_h2d_completion_enter()
3024
ireq->target_device->
working_request
= ireq;
in sci_stp_request_started_pio_await_h2d_completion_enter()
Completed in 13 milliseconds