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:hit_cnt
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
bpf_verifier.h
320
int miss_cnt,
hit_cnt
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf_verifier.h
452
int miss_cnt,
hit_cnt
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
mbox.h
2156
u64
hit_cnt
;
member
H
A
D
mcs.c
207
stats->
hit_cnt
= mcs_reg_read(mcs, reg);
in mcs_get_sc_stats()
H
A
D
rvu_debugfs.c
363
seq_printf(filp, "sc%d: Cam hits: %lld\n", sc_id, stats.
hit_cnt
);
in rvu_dbg_mcs_rx_sc_stats_display()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
verifier.c
9870
sl->
hit_cnt
++;
in is_state_visited()
9908
if (sl->miss_cnt > sl->
hit_cnt
* 3 + 3) {
in is_state_visited()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
verifier.c
16732
sl->
hit_cnt
++;
in is_state_visited()
16774
if (sl->miss_cnt > sl->
hit_cnt
* n + n) {
in is_state_visited()
Completed in 54 milliseconds