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:nr_running
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
725
static u64 fair_sched_period(unsigned long
nr_running
)
in fair_sched_period()
argument
727
if (unlikely(
nr_running
> sched_nr_latency)) {
in fair_sched_period()
728
return
nr_running
* sysctl_sched_min_granularity;
in fair_sched_period()
742
unsigned int
nr_running
= cfs_rq->
nr_running
;
in sched_slice()
local
746
nr_running
= rq_of(cfs_rq)->cfs.h_nr_running;
in sched_slice()
749
slice = fair_sched_period(
nr_running
+ !se->on_rq);
in sched_slice()
1573
unsigned int
nr_running
;
member
1617
static inline long adjust_numa_imbalance(int imbalance, int
nr_running
);
1621
if ((ns->
nr_running
> n
in numa_classify()
8940
int i,
nr_running
, local_group;
update_sg_lb_stats()
local
9245
int i,
nr_running
;
update_sg_wakeup_stats()
local
9589
adjust_numa_imbalance(int imbalance, int
nr_running
)
adjust_numa_imbalance()
argument
9924
unsigned int
nr_running
;
find_busiest_queue()
local
[all...]
H
A
D
sched.h
592
unsigned int
nr_running
;
member
984
*
nr_running
and cpu_load should be in the same cacheline because
987
unsigned int
nr_running
;
member
1988
return rq->cfs.
nr_running
> 0;
in sched_fair_runnable()
2094
unsigned prev_nr = rq->
nr_running
;
in add_nr_running()
2096
rq->
nr_running
= prev_nr + count;
in add_nr_running()
2102
if (prev_nr < TASK_ON_RQ_MIGRATING && rq->
nr_running
>= TASK_ON_RQ_MIGRATING) {
in add_nr_running()
2114
rq->
nr_running
-= count;
in sub_nr_running()
H
A
D
core.c
849
if (rq->
nr_running
> 1) {
in sched_can_stop_tick()
2949
*
nr_running
is checked to avoid unnecessary task stacking.
in ttwu_queue_cond()
2951
if ((wake_flags & WF_ON_CPU) && cpu_rq(cpu)->
nr_running
<= 1) {
in ttwu_queue_cond()
4182
*
nr_running
and nr_context_switches
4187
unsigned long
nr_running
(void)
in nr_running()
function
4191
for_each_online_cpu(i) sum += cpu_rq(i)->
nr_running
;
in nr_running()
4211
return raw_rq()->
nr_running
== 1;
in single_task_running()
4774
rq->
nr_running
== rq->cfs.h_nr_running)) {
in pick_next_task()
5568
if (rq->
nr_running
) {
in idle_cpu()
6798
if (rq->
nr_running
in yield_to()
[all...]
H
A
D
rt.c
1117
BUG_ON(!rq->
nr_running
);
in dequeue_top_rt_rq()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
755
stats->
nr_running
++;
Completed in 29 milliseconds