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:tm_busy
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
2708
* mpt3sas_scsih_set_tm_flag - set per target
tm_busy
2728
sas_device_priv_data->sas_target->
tm_busy
= 1;
in mpt3sas_scsih_set_tm_flag()
2736
* mpt3sas_scsih_clear_tm_flag - clear per target
tm_busy
2756
sas_device_priv_data->sas_target->
tm_busy
= 0;
in mpt3sas_scsih_clear_tm_flag()
4990
} else if (sas_target_priv_data->
tm_busy
||
in scsih_qcmd()
6816
* implemented, so avoid setting
tm_busy
flag for older firmware.
in _scsih_sas_device_status_change_event()
6841
target_priv_data->
tm_busy
= 1;
in _scsih_sas_device_status_change_event()
6843
target_priv_data->
tm_busy
= 0;
in _scsih_sas_device_status_change_event()
6847
"%s
tm_busy
flag for handle(0x%04x)\n",
in _scsih_sas_device_status_change_event()
6848
(target_priv_data->
tm_busy
in _scsih_sas_device_status_change_event()
[all...]
H
A
D
mpt3sas_base.h
422
* @
tm_busy
: target is busy with TM request.
434
u8
tm_busy
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
2878
* mpt3sas_scsih_set_tm_flag - set per target
tm_busy
2898
sas_device_priv_data->sas_target->
tm_busy
= 1;
in mpt3sas_scsih_set_tm_flag()
2906
* mpt3sas_scsih_clear_tm_flag - clear per target
tm_busy
2926
sas_device_priv_data->sas_target->
tm_busy
= 0;
in mpt3sas_scsih_clear_tm_flag()
5186
} else if (sas_target_priv_data->
tm_busy
||
in scsih_qcmd()
7791
* implemented, so avoid setting
tm_busy
flag for older firmware.
in _scsih_sas_device_status_change_event()
7817
target_priv_data->
tm_busy
= 1;
in _scsih_sas_device_status_change_event()
7819
target_priv_data->
tm_busy
= 0;
in _scsih_sas_device_status_change_event()
7823
"%s
tm_busy
flag for handle(0x%04x)\n",
in _scsih_sas_device_status_change_event()
7824
(target_priv_data->
tm_busy
in _scsih_sas_device_status_change_event()
[all...]
H
A
D
mpt3sas_base.h
434
* @
tm_busy
: target is busy with TM request.
447
u8
tm_busy
;
member
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
4672
mr_device_priv_data->
tm_busy
= true;
in megasas_task_abort_fusion()
4677
mr_device_priv_data->
tm_busy
= false;
in megasas_task_abort_fusion()
4742
mr_device_priv_data->
tm_busy
= true;
in megasas_reset_target_fusion()
4747
mr_device_priv_data->
tm_busy
= false;
in megasas_reset_target_fusion()
H
A
D
megaraid_sas.h
2023
* @
tm_busy
: TM request is in progress
2027
bool
tm_busy
;
member
H
A
D
megaraid_sas_base.c
1827
if (mr_device_priv_data->
tm_busy
)
in megasas_queue_command()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
4784
mr_device_priv_data->
tm_busy
= true;
in megasas_task_abort_fusion()
4789
mr_device_priv_data->
tm_busy
= false;
in megasas_task_abort_fusion()
4854
mr_device_priv_data->
tm_busy
= true;
in megasas_reset_target_fusion()
4859
mr_device_priv_data->
tm_busy
= false;
in megasas_reset_target_fusion()
H
A
D
megaraid_sas.h
2025
* @
tm_busy
: TM request is in progress
2030
bool
tm_busy
;
member
H
A
D
megaraid_sas_base.c
1837
if (mr_device_priv_data->
tm_busy
)
in megasas_queue_command()
Completed in 67 milliseconds