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:spare_idx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mtk-snfi.c
537
int
spare_idx
= -1;
in mtk_snand_setup_pagefmt()
local
603
spare_idx
= i;
in mtk_snand_setup_pagefmt()
608
if (
spare_idx
< 0) {
in mtk_snand_setup_pagefmt()
616
(
spare_idx
<< spare_size_shift) |
in mtk_snand_setup_pagefmt()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_qp.c
1466
qp_table->idx_table.
spare_idx
= kcalloc(hr_dev->caps.num_qps,
in hns_roce_init_qp_table()
1468
if (!qp_table->idx_table.
spare_idx
)
in hns_roce_init_qp_table()
1498
kfree(hr_dev->qp_table.idx_table.
spare_idx
);
in hns_roce_cleanup_qp_table()
H
A
D
hns_roce_device.h
471
u32 *
spare_idx
;
member
H
A
D
hns_roce_hw_v2.c
4664
u32 *
spare_idx
= hr_dev->qp_table.idx_table.
spare_idx
;
in get_dip_ctx_idx()
local
4673
spare_idx
[*tail] = ibqp->qp_num;
in get_dip_ctx_idx()
4693
hr_dip->dip_idx = *dip_idx =
spare_idx
[*head];
in get_dip_ctx_idx()
Completed in 19 milliseconds