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:five_minute
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
stats.c
101
ret = ret ?: kobject_add(&acc->
five_minute
.kobj, parent,
in bch_cache_accounting_add_kobjs()
124
kobject_put(&acc->
five_minute
.kobj);
in bch_cache_accounting_destroy()
161
acc->
five_minute
.name += t; \
in scale_accounting()
178
scale_stats(&acc->
five_minute
, FIVE_MINUTE_RESCALE);
in scale_accounting()
239
kobject_init(&acc->
five_minute
.kobj, &bch_stats_ktype);
in bch_cache_accounting_init()
H
A
D
stats.h
37
struct cache_stats
five_minute
;
member
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
stats.c
99
ret = ret ?: kobject_add(&acc->
five_minute
.kobj, parent,
in bch_cache_accounting_add_kobjs()
121
kobject_put(&acc->
five_minute
.kobj);
in bch_cache_accounting_destroy()
157
acc->
five_minute
.name += t; \
in scale_accounting()
173
scale_stats(&acc->
five_minute
, FIVE_MINUTE_RESCALE);
in scale_accounting()
226
kobject_init(&acc->
five_minute
.kobj, &bch_stats_ktype);
in bch_cache_accounting_init()
H
A
D
stats.h
35
struct cache_stats
five_minute
;
member
Completed in 2 milliseconds