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:fair_sched_class
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
927
if (update_load && p->sched_class == &
fair_sched_class
) {
in set_load_weight()
2178
p->sched_class == &
fair_sched_class
&&
in set_task_cpu()
3641
p->sched_class = &
fair_sched_class
;
in sched_fork()
4315
* The function
fair_sched_class
.update_curr accesses the struct curr
4773
if (likely(prev->sched_class <= &
fair_sched_class
&&
in pick_next_task()
4780
/* Assumes
fair_sched_class
->next == idle_sched_class */
in pick_next_task()
5265
p->sched_class = &
fair_sched_class
;
in __setscheduler_prio()
8050
BUG_ON(&idle_sched_class + 1 != &
fair_sched_class
||
in sched_init()
8051
&
fair_sched_class
+ 1 != &rt_sched_class ||
in sched_init()
H
A
D
fair.c
293
const struct sched_class
fair_sched_class
;
variable
861
if (p->sched_class != &
fair_sched_class
) {
in post_init_entity_util_avg()
5720
if (!hrtick_enabled(rq) || curr->sched_class != &
fair_sched_class
) {
in hrtick_update()
7472
if (!prev || prev->sched_class != &
fair_sched_class
) {
in pick_next_task_fair()
7892
if (p->sched_class != &
fair_sched_class
) {
in task_hot()
12066
const struct sched_class
fair_sched_class
__section("__fair_sched_class") = {
H
A
D
sched.h
1968
extern const struct sched_class
fair_sched_class
;
Completed in 29 milliseconds