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:dma_started
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mesh.c
158
int
dma_started
;
member
325
ms->
dma_started
, ms->dma_count, ms->n_msgout);
in mesh_dump_regs()
425
if (ms->
dma_started
)
in mesh_start_cmd()
431
ms->
dma_started
= 0;
in mesh_start_cmd()
785
if (!ms->
dma_started
) {
in start_phase()
789
ms->
dma_started
= 1;
in start_phase()
890
if (ms->
dma_started
) {
in reselected()
1048
if (ms->
dma_started
)
in handle_error()
1364
ms->
dma_started
= 0;
in halt_dma()
1392
if (ms->
dma_started
)
in phase_mismatch()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mesh.c
158
int
dma_started
;
member
325
ms->
dma_started
, ms->dma_count, ms->n_msgout);
in mesh_dump_regs()
416
if (ms->
dma_started
)
in mesh_start_cmd()
422
ms->
dma_started
= 0;
in mesh_start_cmd()
779
if (!ms->
dma_started
) {
in start_phase()
783
ms->
dma_started
= 1;
in start_phase()
884
if (ms->
dma_started
) {
in reselected()
1042
if (ms->
dma_started
)
in handle_error()
1358
ms->
dma_started
= 0;
in halt_dma()
1386
if (ms->
dma_started
)
in phase_mismatch()
[all...]
Completed in 5 milliseconds