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:time_last_update
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H
A
D
lima_devfreq.c
24
last = devfreq->
time_last_update
;
in lima_devfreq_update_utilization()
31
devfreq->
time_last_update
= now;
in lima_devfreq_update_utilization()
51
devfreq->
time_last_update
= ktime_get();
in lima_devfreq_reset()
H
A
D
lima_devfreq.h
23
ktime_t
time_last_update
;
member
26
* Protect busy_time, idle_time,
time_last_update
and busy_count
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H
A
D
panfrost_devfreq.c
18
last = pfdevfreq->
time_last_update
;
in panfrost_devfreq_update_utilization()
25
pfdevfreq->
time_last_update
= now;
in panfrost_devfreq_update_utilization()
50
pfdevfreq->
time_last_update
= ktime_get();
in panfrost_devfreq_reset()
H
A
D
panfrost_devfreq.h
24
ktime_t
time_last_update
;
member
27
* Protect busy_time, idle_time,
time_last_update
and busy_count
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H
A
D
lima_devfreq.c
24
last = devfreq->
time_last_update
;
in lima_devfreq_update_utilization()
31
devfreq->
time_last_update
= now;
in lima_devfreq_update_utilization()
56
devfreq->
time_last_update
= ktime_get();
in lima_devfreq_reset()
H
A
D
lima_devfreq.h
25
ktime_t
time_last_update
;
member
28
* Protect busy_time, idle_time,
time_last_update
and busy_count
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H
A
D
panfrost_devfreq.c
19
last = pfdevfreq->
time_last_update
;
in panfrost_devfreq_update_utilization()
26
pfdevfreq->
time_last_update
= now;
in panfrost_devfreq_update_utilization()
46
pfdevfreq->
time_last_update
= ktime_get();
in panfrost_devfreq_reset()
H
A
D
panfrost_devfreq.h
24
ktime_t
time_last_update
;
member
27
* Protect busy_time, idle_time,
time_last_update
and busy_count
Completed in 4 milliseconds