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:load_weight
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
372
struct
load_weight
{
struct
450
* For all other cases (including 32-bit kernels), struct
load_weight
's
455
* Then it is the
load_weight
's responsibility to consider overflow
508
struct
load_weight
load;
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
171
static inline void update_load_add(struct
load_weight
*lw, unsigned long inc)
in update_load_add()
177
static inline void update_load_sub(struct
load_weight
*lw, unsigned long dec)
in update_load_sub()
183
static inline void update_load_set(struct
load_weight
*lw, unsigned long w)
in update_load_set()
239
static void fair_update_inv_weight(struct
load_weight
*lw)
in fair_update_inv_weight()
269
static u64 fair_calc_delta(u64 delta_exec, unsigned long weight, struct
load_weight
*lw)
in fair_calc_delta()
752
struct
load_weight
*load;
in sched_slice()
753
struct
load_weight
lw;
in sched_slice()
3236
struct
load_weight
*load = &se->load;
in reweight_task()
H
A
D
sched.h
591
struct
load_weight
load;
H
A
D
core.c
912
struct
load_weight
*load = &p->se.load;
in set_load_weight()
Completed in 35 milliseconds