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
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
1214
/*3*/ u_char
minsync
;
member
1220
/*0*/ u_char
minsync
;
member
1677
u_char
minsync
; /* Minimum sync period factor */
member
3803
if (period <= 250) np->
minsync
= 10;
in ncr_prepare_setting()
3804
else if (period <= 303) np->
minsync
= 11;
in ncr_prepare_setting()
3805
else if (period <= 500) np->
minsync
= 12;
in ncr_prepare_setting()
3806
else np->
minsync
= (period + 40 - 1) / 40;
in ncr_prepare_setting()
3812
if (np->
minsync
< 25 && !(np->features & FE_ULTRA))
in ncr_prepare_setting()
3813
np->
minsync
= 25;
in ncr_prepare_setting()
3979
np->
minsync
< 1
in ncr_prepare_setting()
5365
u_long
minsync
= tp->usrsync;
ncr_negotiate()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
1216
/*3*/ u_char
minsync
;
member
1222
/*0*/ u_char
minsync
;
member
1674
u_char
minsync
; /* Minimum sync period factor */
member
3775
if (period <= 250) np->
minsync
= 10;
in ncr_prepare_setting()
3776
else if (period <= 303) np->
minsync
= 11;
in ncr_prepare_setting()
3777
else if (period <= 500) np->
minsync
= 12;
in ncr_prepare_setting()
3778
else np->
minsync
= (period + 40 - 1) / 40;
in ncr_prepare_setting()
3784
if (np->
minsync
< 25 && !(np->features & FE_ULTRA))
in ncr_prepare_setting()
3785
np->
minsync
= 25;
in ncr_prepare_setting()
3951
np->
minsync
< 1
in ncr_prepare_setting()
5224
u_long
minsync
= tp->usrsync;
ncr_negotiate()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
731
if (period <= 250) np->
minsync
= 10;
732
else if (period <= 303) np->
minsync
= 11;
733
else if (period <= 500) np->
minsync
= 12;
734
else np->
minsync
= (period + 40 - 1) / 40;
739
if (np->
minsync
< 25 &&
741
np->
minsync
= 25;
742
else if (np->
minsync
< 12 &&
744
np->
minsync
= 12;
1392
if (goal->period < np->
minsync
)
1393
goal->period = np->
minsync
;
4099
unsigned char
minsync
= dt ? np->
minsync
_dt : np->
minsync
;
global()
local
[all...]
H
A
D
sym_glue.c
935
if (uc->data < np->
minsync
)
in sym_exec_user_command()
936
uc->data = np->
minsync
;
in sym_exec_user_command()
1171
(int) (np->minsync_dt ? np->minsync_dt : np->
minsync
),
in sym_show_info()
1902
if (period <= np->
minsync
&& spi_width(starget))
in sym2_set_period()
H
A
D
sym_hipd.h
914
u_char
minsync
; /* Min sync period factor (ST) */
member
H
A
D
sym_nvram.c
63
np->
minsync
= nvram->data.parisc.factor;
in sym_nvram_setup_host()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
731
if (period <= 250) np->
minsync
= 10;
732
else if (period <= 303) np->
minsync
= 11;
733
else if (period <= 500) np->
minsync
= 12;
734
else np->
minsync
= (period + 40 - 1) / 40;
739
if (np->
minsync
< 25 &&
741
np->
minsync
= 25;
742
else if (np->
minsync
< 12 &&
744
np->
minsync
= 12;
1392
if (goal->period < np->
minsync
)
1393
goal->period = np->
minsync
;
4099
unsigned char
minsync
= dt ? np->
minsync
_dt : np->
minsync
;
global()
local
[all...]
H
A
D
sym_glue.c
930
if (uc->data < np->
minsync
)
in sym_exec_user_command()
931
uc->data = np->
minsync
;
in sym_exec_user_command()
1166
(int) (np->minsync_dt ? np->minsync_dt : np->
minsync
),
in sym_show_info()
1898
if (period <= np->
minsync
&& spi_width(starget))
in sym2_set_period()
H
A
D
sym_hipd.h
914
u_char
minsync
; /* Min sync period factor (ST) */
member
H
A
D
sym_nvram.c
63
np->
minsync
= nvram->data.parisc.factor;
in sym_nvram_setup_host()
Completed in 34 milliseconds