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:DECAY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H
A
D
menu.c
26
#define
DECAY
8
macro
304
(RESOLUTION *
DECAY
* NSEC_PER_USEC) / 2,
in menu_select()
305
RESOLUTION *
DECAY
* NSEC_PER_USEC);
in menu_select()
506
new_factor -= new_factor /
DECAY
;
in menu_update()
522
* and the compiler can eliminate this test as long as
DECAY
> 1.
in menu_update()
524
if (
DECAY
== 1 && unlikely(new_factor == 0))
in menu_update()
553
data->correction_factor[i] = RESOLUTION *
DECAY
;
in menu_enable_device()
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H
A
D
menu.c
28
#define
DECAY
8
macro
296
timer_us = div_u64((RESOLUTION *
DECAY
* NSEC_PER_USEC) / 2 +
in menu_select()
299
RESOLUTION *
DECAY
* NSEC_PER_USEC);
in menu_select()
522
new_factor -= new_factor /
DECAY
;
in menu_update()
538
* and the compiler can eliminate this test as long as
DECAY
> 1.
in menu_update()
540
if (
DECAY
== 1 && unlikely(new_factor == 0))
in menu_update()
569
data->correction_factor[i] = RESOLUTION *
DECAY
;
in menu_enable_device()
/kernel/linux/linux-5.10/drivers/ras/
H
A
D
cec.c
90
#define
DECAY
(e) (((e) >> COUNT_BITS) & DECAY_MASK)
macro
147
u8 decay =
DECAY
(ca->array[i]);
in do_spring_cleaning()
459
i, this, bins[
DECAY
(ca->array[i])], COUNT(ca->array[i]));
in array_show()
/kernel/linux/linux-6.6/drivers/ras/
H
A
D
cec.c
90
#define
DECAY
(e) (((e) >> COUNT_BITS) & DECAY_MASK)
macro
147
u8 decay =
DECAY
(ca->array[i]);
in do_spring_cleaning()
459
i, this, bins[
DECAY
(ca->array[i])], COUNT(ca->array[i]));
in array_show()
Completed in 4 milliseconds