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:cnt_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H
A
D
rx.c
594
unsigned
cnt_idx
;
in i2400m_roq_log_add()
local
600
cnt_idx
= roq->log->in++ % I2400M_ROQ_LOG_LENGTH;
in i2400m_roq_log_add()
601
e = &roq->log->entry[
cnt_idx
];
in i2400m_roq_log_add()
611
i2400m_roq_log_entry_print(i2400m, index,
cnt_idx
, e);
in i2400m_roq_log_add()
619
unsigned cnt,
cnt_idx
;
in i2400m_roq_log_dump()
local
625
cnt_idx
= cnt % I2400M_ROQ_LOG_LENGTH;
in i2400m_roq_log_dump()
626
e = &roq->log->entry[
cnt_idx
];
in i2400m_roq_log_dump()
627
i2400m_roq_log_entry_print(i2400m, index,
cnt_idx
, e);
in i2400m_roq_log_dump()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
pmu-emul.c
34
static struct kvm_pmc *kvm_vcpu_idx_to_pmc(struct kvm_vcpu *vcpu, int
cnt_idx
)
in kvm_vcpu_idx_to_pmc()
argument
36
return &vcpu->arch.pmu.pmc[
cnt_idx
];
in kvm_vcpu_idx_to_pmc()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
1621
int bd_idx,
cnt_idx
;
in hns_roce_hw_v2_query_counter()
local
1656
cnt_idx
= i % CNT_PER_DESC;
in hns_roce_hw_v2_query_counter()
1657
stats[i] = le64_to_cpu(cnt_data[
cnt_idx
]);
in hns_roce_hw_v2_query_counter()
Completed in 13 milliseconds