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:CMD_T_TAS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_tmr.c
107
se_cmd->transport_state |=
CMD_T_TAS
;
in __target_check_io_state()
H
A
D
target_core_transport.c
768
bool tas = cmd->transport_state &
CMD_T_TAS
;
in target_handle_abort()
2788
* - If the CMD_T_ABORTED flag is set but
CMD_T_TAS
has not been set
2790
* - For aborted commands for which
CMD_T_TAS
has been set .queue_status() will
2792
* - For aborted commands for which
CMD_T_TAS
has not been set .aborted_task()
3080
if (cmd->transport_state &
CMD_T_TAS
)
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_tmr.c
98
se_cmd->transport_state |=
CMD_T_TAS
;
in __target_check_io_state()
H
A
D
target_core_transport.c
834
bool tas = cmd->transport_state &
CMD_T_TAS
;
in target_handle_abort()
2947
* - If the CMD_T_ABORTED flag is set but
CMD_T_TAS
has not been set
2949
* - For aborted commands for which
CMD_T_TAS
has been set .queue_status() will
2951
* - For aborted commands for which
CMD_T_TAS
has not been set .aborted_task()
3252
if (cmd->transport_state &
CMD_T_TAS
)
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
509
#define
CMD_T_TAS
(1 << 10)
macro
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
517
#define
CMD_T_TAS
(1 << 10)
macro
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.c
1902
* If CMD_T_ABORTED w/o
CMD_T_TAS
scenarios and
in ibmvscsis_send_messages()
1909
!(cmd->se_cmd.transport_state &
CMD_T_TAS
)) {
in ibmvscsis_send_messages()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.c
1900
* If CMD_T_ABORTED w/o
CMD_T_TAS
scenarios and
in ibmvscsis_send_messages()
1907
!(cmd->se_cmd.transport_state &
CMD_T_TAS
)) {
in ibmvscsis_send_messages()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target.c
4092
if (!(se_cmd->transport_state &
CMD_T_TAS
))
in iscsit_release_commands_from_conn()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target.c
4227
if (!(se_cmd->transport_state &
CMD_T_TAS
))
in iscsit_release_commands_from_conn()
Completed in 31 milliseconds