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:read_hit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-target.c
353
atomic_t
read_hit
;
member
1015
atomic_set(&cache->stats.
read_hit
, stats.read_hits);
in load_stats()
1028
stats.read_hits = atomic_read(&cache->stats.
read_hit
);
in save_stats()
1658
&cache->stats.
read_hit
: &cache->stats.write_hit);
in inc_hit_counter()
3159
(unsigned) atomic_read(&cache->stats.
read_hit
),
in cache_status()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-target.c
284
atomic_t
read_hit
;
member
948
atomic_set(&cache->stats.
read_hit
, stats.read_hits);
in load_stats()
961
stats.read_hits = atomic_read(&cache->stats.
read_hit
);
in save_stats()
1602
&cache->stats.
read_hit
: &cache->stats.write_hit);
in inc_hit_counter()
3103
(unsigned int) atomic_read(&cache->stats.
read_hit
),
in cache_status()
/kernel/linux/linux-5.10/drivers/fpga/
H
A
D
dfl-fme-perf.c
581
FME_EVENT_CACHE(
read_hit
, CACHE_EVNT_RD_HIT);
/kernel/linux/linux-5.10/drivers/perf/
H
A
D
thunderx2_pmu.c
193
TX2_EVENT_ATTR(
read_hit
, L3_EVENT_READ_HIT);
/kernel/linux/linux-6.6/drivers/fpga/
H
A
D
dfl-fme-perf.c
581
FME_EVENT_CACHE(
read_hit
, CACHE_EVNT_RD_HIT);
/kernel/linux/linux-6.6/drivers/perf/
H
A
D
thunderx2_pmu.c
193
TX2_EVENT_ATTR(
read_hit
, L3_EVENT_READ_HIT);
Completed in 16 milliseconds