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:ccb_tmp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
752
struct CommandControlBlock *
ccb_tmp
;
in arcmsr_alloc_ccb_pool()
local
786
ccb_tmp
= dma_coherent;
in arcmsr_alloc_ccb_pool()
794
ccb_tmp
->cdb_phyaddr = cdb_phyaddr >> 5;
in arcmsr_alloc_ccb_pool()
800
ccb_tmp
->cdb_phyaddr = cdb_phyaddr;
in arcmsr_alloc_ccb_pool()
803
acb->pccb_pool[i] =
ccb_tmp
;
in arcmsr_alloc_ccb_pool()
804
ccb_tmp
->acb = acb;
in arcmsr_alloc_ccb_pool()
805
ccb_tmp
->smid = (u32)i << 16;
in arcmsr_alloc_ccb_pool()
806
INIT_LIST_HEAD(&
ccb_tmp
->list);
in arcmsr_alloc_ccb_pool()
814
list_add_tail(&
ccb_tmp
->list, &acb->ccb_free_list);
in arcmsr_alloc_ccb_pool()
815
ccb_tmp
in arcmsr_alloc_ccb_pool()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
759
struct CommandControlBlock *
ccb_tmp
;
in arcmsr_alloc_ccb_pool()
local
793
ccb_tmp
= dma_coherent;
in arcmsr_alloc_ccb_pool()
801
ccb_tmp
->cdb_phyaddr = cdb_phyaddr >> 5;
in arcmsr_alloc_ccb_pool()
807
ccb_tmp
->cdb_phyaddr = cdb_phyaddr;
in arcmsr_alloc_ccb_pool()
810
acb->pccb_pool[i] =
ccb_tmp
;
in arcmsr_alloc_ccb_pool()
811
ccb_tmp
->acb = acb;
in arcmsr_alloc_ccb_pool()
812
ccb_tmp
->smid = (u32)i << 16;
in arcmsr_alloc_ccb_pool()
813
INIT_LIST_HEAD(&
ccb_tmp
->list);
in arcmsr_alloc_ccb_pool()
821
list_add_tail(&
ccb_tmp
->list, &acb->ccb_free_list);
in arcmsr_alloc_ccb_pool()
822
ccb_tmp
in arcmsr_alloc_ccb_pool()
[all...]
Completed in 7 milliseconds