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:bus_cnt
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
1225
ha->
bus_cnt
= iocr->hdr.chan_count;
in gdth_search_drives()
1226
for (bus_no = 0; bus_no < ha->
bus_cnt
; ++bus_no) {
in gdth_search_drives()
1253
ha->
bus_cnt
= (u8)bus_no;
in gdth_search_drives()
1255
TRACE2(("gdth_search_drives() %d channels\n",ha->
bus_cnt
));
in gdth_search_drives()
1298
for (bus_no = 0; bus_no < ha->
bus_cnt
; ++bus_no) {
in gdth_search_drives()
1303
for (bus_no = 0; bus_no < ha->
bus_cnt
; ++bus_no) {
in gdth_search_drives()
1308
for (bus_no = 0; bus_no < ha->
bus_cnt
; ++bus_no) {
in gdth_search_drives()
1425
if (reserve_list[i] == ha->hanum && reserve_list[i+1] < ha->
bus_cnt
&&
in gdth_search_drives()
1649
if (b == ha->
bus_cnt
&& t == ha->tid_cnt-1) {
in gdth_next()
3428
gdth_wait_completion(ha, ha->
bus_cnt
,
in ioc_lockdrv()
[all...]
H
A
D
gdth_proc.c
242
for (i = 0; i < ha->
bus_cnt
; ++i) {
in gdth_show_info()
H
A
D
gdth.h
886
u8
bus_cnt
; /* SCSI bus count */
member
Completed in 9 milliseconds