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:sys_tbl_len
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dpt_i2o.c
107
static int
sys_tbl_len
;
variable
2800
dma_free_coherent(&pHba->pDev->dev,
sys_tbl_len
,
in adpt_i2o_build_sys_table()
2803
sys_tbl_len
= sizeof(struct i2o_sys_tbl) + // Header + IOPs
in adpt_i2o_build_sys_table()
2807
sys_tbl_len
, &sys_tbl_pa, GFP_KERNEL);
in adpt_i2o_build_sys_table()
2844
printk(KERN_DEBUG"
sys_tbl_len
=%d in 32bit words\n",(
sys_tbl_len
>>2));
in adpt_i2o_build_sys_table()
2845
for(count = 0; count < (
sys_tbl_len
>>2); count++) {
in adpt_i2o_build_sys_table()
3194
msg[6] = 0x54000000 |
sys_tbl_len
;
in adpt_i2o_systab_send()
Completed in 4 milliseconds