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:clock_pelt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
pelt.h
65
* The
clock_pelt
scales the time to reflect the effective amount of
80
rq->
clock_pelt
= rq_clock_task(rq);
in update_rq_clock_pelt()
103
rq->
clock_pelt
+= delta;
in update_rq_clock_pelt()
132
rq->lost_idle_time += rq_clock_task(rq) - rq->
clock_pelt
;
in update_idle_rq_clock_pelt()
140
return rq->
clock_pelt
- rq->lost_idle_time;
in rq_clock_pelt()
H
A
D
sched.h
1063
u64
clock_pelt
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
pelt.h
69
return rq->
clock_pelt
- rq->lost_idle_time;
in rq_clock_pelt()
75
rq->
clock_pelt
= rq_clock_task(rq);
in _update_idle_rq_clock_pelt()
84
* The
clock_pelt
scales the time to reflect the effective amount of
121
rq->
clock_pelt
+= delta;
in update_rq_clock_pelt()
150
rq->lost_idle_time += rq_clock_task(rq) - rq->
clock_pelt
;
in update_idle_rq_clock_pelt()
H
A
D
sched.h
1130
u64
clock_pelt
;
member
Completed in 13 milliseconds