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:GDTH_SCRATCH
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth_proc.c
117
BUILD_BUG_ON(sizeof(gdth_cpar_str) >
GDTH_SCRATCH
);
in gdth_set_asc_info()
233
size_t size = max_t(size_t,
GDTH_SCRATCH
, sizeof(gdth_hget_str));
in gdth_show_info()
245
pds = (gdth_dskstat_str *)(buf +
GDTH_SCRATCH
/4);
in gdth_show_info()
248
gdtcmd->u.ioctl.p_param = paddr +
GDTH_SCRATCH
/4;
in gdth_show_info()
249
gdtcmd->u.ioctl.param_size = 3*
GDTH_SCRATCH
/4;
in gdth_show_info()
255
cnt = (3*
GDTH_SCRATCH
/4 - 5 * sizeof(u32)) /
in gdth_show_info()
263
/* other IOCTLs must fit into area
GDTH_SCRATCH
/4 */
in gdth_show_info()
H
A
D
gdth.h
136
#define
GDTH_SCRATCH
PAGE_SIZE /* 4KB scratch buffer */
macro
H
A
D
gdth.c
4057
ha->pscratch = dma_alloc_coherent(&ha->pdev->dev,
GDTH_SCRATCH
,
in gdth_pci_probe_one()
4132
dma_free_coherent(&ha->pdev->dev,
GDTH_SCRATCH
,
in gdth_pci_probe_one()
4161
dma_free_coherent(&ha->pdev->dev,
GDTH_SCRATCH
,
in gdth_remove_one()
Completed in 10 milliseconds