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:sg_prefetch_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
6798
u_int
sg_prefetch_cnt
;
in ahc_loadseq()
local
6818
sg_prefetch_cnt
= ahc->pci_cachesize;
in ahc_loadseq()
6819
if (
sg_prefetch_cnt
< (2 * sizeof(struct ahc_dma_seg)))
in ahc_loadseq()
6820
sg_prefetch_cnt
= 2 * sizeof(struct ahc_dma_seg);
in ahc_loadseq()
6821
download_consts[SG_PREFETCH_CNT] =
sg_prefetch_cnt
;
in ahc_loadseq()
6822
download_consts[SG_PREFETCH_ALIGN_MASK] = ~(
sg_prefetch_cnt
- 1);
in ahc_loadseq()
6823
download_consts[SG_PREFETCH_ADDR_MASK] = (
sg_prefetch_cnt
- 1);
in ahc_loadseq()
H
A
D
aic79xx_core.c
9271
u_int
sg_prefetch_cnt
;
in ahd_loadseq()
local
9329
sg_prefetch_cnt
= sg_prefetch_align;
in ahd_loadseq()
9337
while (
sg_prefetch_cnt
< sg_size)
in ahd_loadseq()
9338
sg_prefetch_cnt
+= sg_prefetch_align;
in ahd_loadseq()
9345
&& (
sg_prefetch_cnt
< CCSGADDR_MAX))
in ahd_loadseq()
9346
sg_prefetch_cnt
+= sg_prefetch_align;
in ahd_loadseq()
9352
sg_prefetch_cnt_limit = -(
sg_prefetch_cnt
- sg_size + 1);
in ahd_loadseq()
9353
download_consts[SG_PREFETCH_CNT] =
sg_prefetch_cnt
;
in ahd_loadseq()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
6793
u_int
sg_prefetch_cnt
;
in ahc_loadseq()
local
6813
sg_prefetch_cnt
= ahc->pci_cachesize;
in ahc_loadseq()
6814
if (
sg_prefetch_cnt
< (2 * sizeof(struct ahc_dma_seg)))
in ahc_loadseq()
6815
sg_prefetch_cnt
= 2 * sizeof(struct ahc_dma_seg);
in ahc_loadseq()
6816
download_consts[SG_PREFETCH_CNT] =
sg_prefetch_cnt
;
in ahc_loadseq()
6817
download_consts[SG_PREFETCH_ALIGN_MASK] = ~(
sg_prefetch_cnt
- 1);
in ahc_loadseq()
6818
download_consts[SG_PREFETCH_ADDR_MASK] = (
sg_prefetch_cnt
- 1);
in ahc_loadseq()
H
A
D
aic79xx_core.c
9267
u_int
sg_prefetch_cnt
;
in ahd_loadseq()
local
9325
sg_prefetch_cnt
= sg_prefetch_align;
in ahd_loadseq()
9333
while (
sg_prefetch_cnt
< sg_size)
in ahd_loadseq()
9334
sg_prefetch_cnt
+= sg_prefetch_align;
in ahd_loadseq()
9341
&& (
sg_prefetch_cnt
< CCSGADDR_MAX))
in ahd_loadseq()
9342
sg_prefetch_cnt
+= sg_prefetch_align;
in ahd_loadseq()
9348
sg_prefetch_cnt_limit = -(
sg_prefetch_cnt
- sg_size + 1);
in ahd_loadseq()
9349
download_consts[SG_PREFETCH_CNT] =
sg_prefetch_cnt
;
in ahd_loadseq()
Completed in 39 milliseconds