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:sched_cluster
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
walt.c
405
struct
sched_cluster
*cluster = cpu_cluster(cpu);
in update_cluster_load_subtractions()
1320
struct
sched_cluster
*
sched_cluster
[NR_CPUS];
variable
1326
insert_cluster(struct
sched_cluster
*cluster, struct list_head *head)
in insert_cluster()
1328
struct
sched_cluster
*tmp;
in insert_cluster()
1340
static struct
sched_cluster
*alloc_new_cluster(const struct cpumask *cpus)
in alloc_new_cluster()
1342
struct
sched_cluster
*cluster = NULL;
in alloc_new_cluster()
1344
cluster = kzalloc(sizeof(struct
sched_cluster
), GFP_ATOMIC);
in alloc_new_cluster()
1377
struct
sched_cluster
*cluster = alloc_new_cluster(cpus);
in add_cluster()
1391
static int compute_max_possible_capacity(struct
sched_cluster
*cluste
[all...]
H
A
D
walt.h
43
static inline struct
sched_cluster
*cpu_cluster(int cpu)
in cpu_cluster()
200
struct
sched_cluster
*cluster;
in assign_cluster_ids()
205
sched_cluster
[pos++] = cluster;
in assign_cluster_ids()
H
A
D
sched.h
112
struct
sched_cluster
{
struct
1124
struct
sched_cluster
*cluster;
2904
static inline int cluster_first_cpu(struct
sched_cluster
*cluster)
in cluster_first_cpu()
2910
extern struct
sched_cluster
*
sched_cluster
[NR_CPUS];
2930
extern struct
sched_cluster
init_cluster;
2989
static inline unsigned int cluster_max_freq(struct
sched_cluster
*cluster)
in cluster_max_freq()
3022
load_scale_cpu_efficiency(struct
sched_cluster
*cluster)
in load_scale_cpu_efficiency()
3033
static inline unsigned long load_scale_cpu_freq(struct
sched_cluster
*cluster)
in load_scale_cpu_freq()
3039
static inline int compute_load_scale_factor(struct
sched_cluster
*cluste
[all...]
H
A
D
core_ctl.c
1040
struct
sched_cluster
*cluster;
in core_ctl_init()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
walt.c
406
struct
sched_cluster
*cluster = cpu_cluster(cpu);
in update_cluster_load_subtractions()
1321
struct
sched_cluster
*
sched_cluster
[NR_CPUS];
variable
1327
insert_cluster(struct
sched_cluster
*cluster, struct list_head *head)
in insert_cluster()
1329
struct
sched_cluster
*tmp;
in insert_cluster()
1341
static struct
sched_cluster
*alloc_new_cluster(const struct cpumask *cpus)
in alloc_new_cluster()
1343
struct
sched_cluster
*cluster = NULL;
in alloc_new_cluster()
1345
cluster = kzalloc(sizeof(struct
sched_cluster
), GFP_ATOMIC);
in alloc_new_cluster()
1378
struct
sched_cluster
*cluster = alloc_new_cluster(cpus);
in add_cluster()
1392
static int compute_max_possible_capacity(struct
sched_cluster
*cluste
[all...]
H
A
D
walt.h
44
static inline struct
sched_cluster
*cpu_cluster(int cpu)
in cpu_cluster()
201
struct
sched_cluster
*cluster;
in assign_cluster_ids()
206
sched_cluster
[pos++] = cluster;
in assign_cluster_ids()
H
A
D
sched.h
130
struct
sched_cluster
{
struct
1202
struct
sched_cluster
*cluster;
3734
static inline int cluster_first_cpu(struct
sched_cluster
*cluster)
in cluster_first_cpu()
3740
extern struct
sched_cluster
*
sched_cluster
[NR_CPUS];
3762
extern struct
sched_cluster
init_cluster;
3821
static inline unsigned int cluster_max_freq(struct
sched_cluster
*cluster)
in cluster_max_freq()
3854
load_scale_cpu_efficiency(struct
sched_cluster
*cluster)
in load_scale_cpu_efficiency()
3865
static inline unsigned long load_scale_cpu_freq(struct
sched_cluster
*cluster)
in load_scale_cpu_freq()
3871
static inline int compute_load_scale_factor(struct
sched_cluster
*cluste
[all...]
H
A
D
core_ctl.c
1040
struct
sched_cluster
*cluster;
in core_ctl_init()
/kernel/linux/linux-5.10/kernel/sched/rtg/
H
A
D
rtg.c
582
int preferred_cluster(struct
sched_cluster
*cluster, struct task_struct *p)
in preferred_cluster()
626
struct
sched_cluster
*cluster = NULL;
in _set_preferred_cluster()
627
struct
sched_cluster
*cluster_found = NULL;
in _set_preferred_cluster()
682
struct
sched_cluster
*preferred_cluster = NULL;
in find_rtg_target()
869
static struct
sched_cluster
*best_cluster(struct related_thread_group *grp)
in best_cluster()
871
struct
sched_cluster
*cluster = NULL;
in best_cluster()
872
struct
sched_cluster
*max_cluster = NULL;
in best_cluster()
920
struct
sched_cluster
*preferred_cluster = NULL;
in sched_set_group_normalized_util()
H
A
D
rtg.h
28
int preferred_cluster(struct
sched_cluster
*cluster, struct task_struct *p);
/kernel/linux/linux-6.6/kernel/sched/rtg/
H
A
D
rtg.c
583
int preferred_cluster(struct
sched_cluster
*cluster, struct task_struct *p)
in preferred_cluster()
627
struct
sched_cluster
*cluster = NULL;
in _set_preferred_cluster()
628
struct
sched_cluster
*cluster_found = NULL;
in _set_preferred_cluster()
683
struct
sched_cluster
*preferred_cluster = NULL;
in find_rtg_target()
870
static struct
sched_cluster
*best_cluster(struct related_thread_group *grp)
in best_cluster()
872
struct
sched_cluster
*cluster = NULL;
in best_cluster()
873
struct
sched_cluster
*max_cluster = NULL;
in best_cluster()
921
struct
sched_cluster
*preferred_cluster = NULL;
in sched_set_group_normalized_util()
H
A
D
rtg.h
28
int preferred_cluster(struct
sched_cluster
*cluster, struct task_struct *p);
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
rtg.h
43
struct
sched_cluster
*preferred_cluster;
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
rtg.h
43
struct
sched_cluster
*preferred_cluster;
Completed in 23 milliseconds