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:IPR_NUM_CMD_BLKS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
8765
for (i = 0; i <
IPR_NUM_CMD_BLKS
; i++) {
in ipr_free_cmd_blks()
8886
ioa_cfg->ipr_cmnd_list = kcalloc(
IPR_NUM_CMD_BLKS
, sizeof(struct ipr_cmnd *), GFP_KERNEL);
in ipr_alloc_cmd_blks()
8887
ioa_cfg->ipr_cmnd_list_dma = kcalloc(
IPR_NUM_CMD_BLKS
, sizeof(dma_addr_t), GFP_KERNEL);
in ipr_alloc_cmd_blks()
8913
entries_each_hrrq =
IPR_NUM_CMD_BLKS
;
in ipr_alloc_cmd_blks()
8922
i =
IPR_NUM_CMD_BLKS
-
in ipr_alloc_cmd_blks()
8929
for (i = 0; i <
IPR_NUM_CMD_BLKS
; i++) {
in ipr_alloc_cmd_blks()
H
A
D
ipr.h
164
#define
IPR_NUM_CMD_BLKS
(IPR_NUM_BASE_CMD_BLKS + \
macro
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
9541
for (i = 0; i <
IPR_NUM_CMD_BLKS
; i++) {
in ipr_free_cmd_blks()
9662
ioa_cfg->ipr_cmnd_list = kcalloc(
IPR_NUM_CMD_BLKS
, sizeof(struct ipr_cmnd *), GFP_KERNEL);
in ipr_alloc_cmd_blks()
9663
ioa_cfg->ipr_cmnd_list_dma = kcalloc(
IPR_NUM_CMD_BLKS
, sizeof(dma_addr_t), GFP_KERNEL);
in ipr_alloc_cmd_blks()
9689
entries_each_hrrq =
IPR_NUM_CMD_BLKS
;
in ipr_alloc_cmd_blks()
9698
i =
IPR_NUM_CMD_BLKS
-
in ipr_alloc_cmd_blks()
9705
for (i = 0; i <
IPR_NUM_CMD_BLKS
; i++) {
in ipr_alloc_cmd_blks()
H
A
D
ipr.h
166
#define
IPR_NUM_CMD_BLKS
(IPR_NUM_BASE_CMD_BLKS + \
macro
Completed in 31 milliseconds