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:sgc
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
topology.c
96
printk(KERN_CONT " %d:{ span=%*pbl", group->
sgc
->id, cpumask_pr_args(sched_group_span(group)));
in sched_domain_debug_one()
102
if (group->
sgc
->capacity != SCHED_CAPACITY_SCALE) {
in sched_domain_debug_one()
103
printk(KERN_CONT " cap=%lu", group->
sgc
->capacity);
in sched_domain_debug_one()
616
if (free_sgc && atomic_dec_and_test(&sg->
sgc
->ref)) {
in free_sched_groups()
617
kfree(sg->
sgc
);
in free_sched_groups()
966
sg->
sgc
= *per_cpu_ptr(sdd->
sgc
, cpu);
in init_overlap_sched_group()
967
if (atomic_inc_return(&sg->
sgc
->ref) == 1) {
in init_overlap_sched_group()
974
* Initialize
sgc
->capacity such that even if we mess up the
in init_overlap_sched_group()
979
sg->
sgc
in init_overlap_sched_group()
1903
struct sched_group_capacity *
sgc
;
__sdt_alloc()
local
[all...]
H
A
D
fair.c
8685
sdg->
sgc
->capacity = capacity;
in update_cpu_capacity()
8686
sdg->
sgc
->min_capacity = capacity;
in update_cpu_capacity()
8687
sdg->
sgc
->max_capacity = capacity;
in update_cpu_capacity()
8699
sdg->
sgc
->next_update = jiffies + interval;
in update_group_capacity()
8736
struct sched_group_capacity *
sgc
= group->
sgc
;
in update_group_capacity()
local
8740
capacity +=
sgc
->capacity;
in update_group_capacity()
8741
min_capacity = min(
sgc
->min_capacity, min_capacity);
in update_group_capacity()
8742
max_capacity = max(
sgc
->max_capacity, max_capacity);
in update_group_capacity()
8748
sdg->
sgc
in update_group_capacity()
[all...]
H
A
D
sched.h
1576
struct sched_group_capacity *
sgc
;
member
1599
return to_cpumask(sg->
sgc
->cpumask);
in group_balance_mask()
Completed in 30 milliseconds