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:move_ins
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
53c700.c
1760
__u32
move_ins
;
in NCR_700_queuecommand_lck()
local
1862
move_ins
= 0;
in NCR_700_queuecommand_lck()
1865
move_ins
= 0;
in NCR_700_queuecommand_lck()
1868
move_ins
= SCRIPT_MOVE_DATA_IN;
in NCR_700_queuecommand_lck()
1871
move_ins
= SCRIPT_MOVE_DATA_OUT;
in NCR_700_queuecommand_lck()
1877
if(
move_ins
!= 0) {
in NCR_700_queuecommand_lck()
1891
slot->SG[i].ins = bS_to_host(
move_ins
| count);
in NCR_700_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
53c700.c
1757
__u32
move_ins
;
in NCR_700_queuecommand_lck()
local
1856
move_ins
= 0;
in NCR_700_queuecommand_lck()
1859
move_ins
= 0;
in NCR_700_queuecommand_lck()
1862
move_ins
= SCRIPT_MOVE_DATA_IN;
in NCR_700_queuecommand_lck()
1865
move_ins
= SCRIPT_MOVE_DATA_OUT;
in NCR_700_queuecommand_lck()
1871
if(
move_ins
!= 0) {
in NCR_700_queuecommand_lck()
1885
slot->SG[i].ins = bS_to_host(
move_ins
| count);
in NCR_700_queuecommand_lck()
Completed in 6 milliseconds