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:predicted_ns
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H
A
D
menu.c
267
u64
predicted_ns
;
in menu_select()
local
281
predicted_ns
= get_typical_interval(data) * NSEC_PER_USEC;
in menu_select()
282
if (
predicted_ns
> RESIDENCY_THRESHOLD_NS) {
in menu_select()
301
predicted_ns
= min((u64)timer_us * NSEC_PER_USEC,
predicted_ns
);
in menu_select()
336
if (
predicted_ns
< TICK_NSEC)
in menu_select()
337
predicted_ns
= data->next_timer_ns;
in menu_select()
343
interactivity_req = div64_u64(
predicted_ns
,
in menu_select()
363
if (s->target_residency_ns >
predicted_ns
) {
in menu_select()
371
predicted_ns
in menu_select()
[all...]
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H
A
D
menu.c
271
u64
predicted_ns
;
in menu_select()
local
307
predicted_ns
= (u64)min(predicted_us,
in menu_select()
320
if (
predicted_ns
< TICK_NSEC)
in menu_select()
321
predicted_ns
= delta_next;
in menu_select()
327
interactivity_req = div64_u64(
predicted_ns
,
in menu_select()
347
if (s->target_residency_ns >
predicted_ns
) {
in menu_select()
355
predicted_ns
= s->target_residency_ns;
in menu_select()
359
if (
predicted_ns
< TICK_NSEC)
in menu_select()
369
predicted_ns
= drv->states[idx].target_residency_ns;
in menu_select()
399
predicted_ns
< TICK_NSE
in menu_select()
[all...]
Completed in 2 milliseconds