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:total_load
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
sched-migration.py
169
self.
total_load
= prev.
total_load
173
self.
total_load
= 0
177
self.
total_load
+= diff
285
if slice.
total_load
!= 0:
286
load_rate = rq.load() / float(slice.
total_load
)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
sched-migration.py
169
self.
total_load
= prev.
total_load
173
self.
total_load
= 0
177
self.
total_load
+= diff
285
if slice.
total_load
!= 0:
286
load_rate = rq.load() / float(slice.
total_load
)
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
cpufreq_cooling.c
209
u32
total_load
= 0;
in cpufreq_get_requested_power()
local
230
total_load
+= load;
in cpufreq_get_requested_power()
237
cpufreq_cdev->last_load =
total_load
;
in cpufreq_get_requested_power()
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
cpufreq_cooling.c
223
u32
total_load
= 0;
in cpufreq_get_requested_power()
local
237
total_load
+= load;
in cpufreq_get_requested_power()
240
cpufreq_cdev->last_load =
total_load
;
in cpufreq_get_requested_power()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
uhci-q.c
667
uhci->
total_load
+= load;
in uhci_reserve_bandwidth()
670
uhci->
total_load
/ MAX_PHASE;
in uhci_reserve_bandwidth()
700
uhci->
total_load
-= load;
in uhci_release_bandwidth()
703
uhci->
total_load
/ MAX_PHASE;
in uhci_release_bandwidth()
H
A
D
uhci-hcd.h
448
int
total_load
; /* Sum of array values */
member
H
A
D
uhci-debug.c
405
uhci->
total_load
,
in uhci_sprint_schedule()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
uhci-q.c
667
uhci->
total_load
+= load;
in uhci_reserve_bandwidth()
670
uhci->
total_load
/ MAX_PHASE;
in uhci_reserve_bandwidth()
700
uhci->
total_load
-= load;
in uhci_release_bandwidth()
703
uhci->
total_load
/ MAX_PHASE;
in uhci_release_bandwidth()
H
A
D
uhci-hcd.h
444
int
total_load
; /* Sum of array values */
member
H
A
D
uhci-debug.c
405
uhci->
total_load
,
in uhci_sprint_schedule()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
fair.c
8571
unsigned long
total_load
; /* Total load of all groups in sd */
member
8592
.
total_load
= 0UL,
in init_sd_lb_stats()
9566
sds->
total_load
+= sgs->group_load;
in update_sd_lb_stats()
9745
sds->avg_load = (sds->
total_load
* SCHED_CAPACITY_SCALE) /
in calculate_imbalance()
9870
sds.avg_load = (sds.
total_load
* SCHED_CAPACITY_SCALE) /
in find_busiest_group()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
9713
unsigned long
total_load
; /* Total load of all groups in sd */
member
9734
.
total_load
= 0UL,
in init_sd_lb_stats()
10875
sds->
total_load
+= sgs->group_load;
in update_sd_lb_stats()
11060
sds->avg_load = (sds->
total_load
* SCHED_CAPACITY_SCALE) /
in calculate_imbalance()
11184
sds.avg_load = (sds.
total_load
* SCHED_CAPACITY_SCALE) /
in find_busiest_group()
Completed in 71 milliseconds