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:minsync_dt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_glue.c
926
} else if (uc->data <= 9 && np->
minsync_dt
) {
in sym_exec_user_command()
927
if (uc->data < np->
minsync_dt
)
in sym_exec_user_command()
928
uc->data = np->
minsync_dt
;
in sym_exec_user_command()
1171
(int) (np->
minsync_dt
? np->
minsync_dt
: np->minsync),
in sym_show_info()
1173
np->
minsync_dt
? ", DT capable" : "");
in sym_show_info()
H
A
D
sym_hipd.h
917
u_char
minsync_dt
; /* Min sync period factor (DT) */
member
H
A
D
sym_hipd.c
757
np->
minsync_dt
= 9;
1384
if (goal->period < np->
minsync_dt
)
1385
goal->period = np->
minsync_dt
;
4099
unsigned char minsync = dt ? np->
minsync_dt
: np->minsync;
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_glue.c
921
} else if (uc->data <= 9 && np->
minsync_dt
) {
in sym_exec_user_command()
922
if (uc->data < np->
minsync_dt
)
in sym_exec_user_command()
923
uc->data = np->
minsync_dt
;
in sym_exec_user_command()
1166
(int) (np->
minsync_dt
? np->
minsync_dt
: np->minsync),
in sym_show_info()
1168
np->
minsync_dt
? ", DT capable" : "");
in sym_show_info()
H
A
D
sym_hipd.h
917
u_char
minsync_dt
; /* Min sync period factor (DT) */
member
H
A
D
sym_hipd.c
757
np->
minsync_dt
= 9;
1384
if (goal->period < np->
minsync_dt
)
1385
goal->period = np->
minsync_dt
;
4099
unsigned char minsync = dt ? np->
minsync_dt
: np->minsync;
Completed in 25 milliseconds