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_cpus_allowed
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
353
if (p->
nr_cpus_allowed
> 1) {
in inc_rt_migration()
372
if (p->
nr_cpus_allowed
> 1) {
in dec_rt_migration()
1480
if (!task_current(rq, p) && p->
nr_cpus_allowed
> 1 && !should_honor_rt_sync(rq, p, sync)) {
in enqueue_task_rt()
1581
test = curr && unlikely(rt_task(curr)) && (curr->
nr_cpus_allowed
< 0x2 || curr->prio <= p->prio);
in select_task_rq_rt()
1623
if (rq->curr->
nr_cpus_allowed
== 1 || !cpupri_find(&rq->rd->cpupri, rq->curr, NULL)) {
in check_preempt_equal_prio()
1631
if (p->
nr_cpus_allowed
!= 1 && cpupri_find(&rq->rd->cpupri, p, NULL)) {
in check_preempt_equal_prio()
1767
if (on_rt_rq(&p->rt) && p->
nr_cpus_allowed
> 1) {
in put_prev_task_rt()
1992
if (task->
nr_cpus_allowed
== 1) {
in find_lowest_rq()
2090
BUG_ON(p->
nr_cpus_allowed
<= 1);
in pick_next_pushable_task()
2523
bool need_to_push = !task_running(rq, p) && !test_tsk_need_resched(rq->curr) && p->
nr_cpus_allowed
>
in task_woken_rt()
[all...]
H
A
D
core.c
128
* set_cpus_allowed_ptr(): p->cpus_ptr, p->
nr_cpus_allowed
2009
p->
nr_cpus_allowed
= cpumask_weight(new_mask);
in set_cpus_allowed_common()
2123
p->
nr_cpus_allowed
!= 1);
in __set_cpus_allowed_ptr()
2614
if (p->
nr_cpus_allowed
> 1) {
in select_task_rq()
H
A
D
sched.h
2765
if (p->
nr_cpus_allowed
!= 1) {
in is_per_cpu_kthread()
H
A
D
fair.c
4245
if (!p || p->
nr_cpus_allowed
== 1) {
in update_misfit_status()
11488
if (rq->curr->state != TASK_RUNNING || rq->curr->
nr_cpus_allowed
== 1) {
in check_for_migration_fair()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
850
int
nr_cpus_allowed
;
member
1739
return (current->flags & PF_NO_SETAFFINITY) && (current->
nr_cpus_allowed
== 1);
in is_percpu_thread()
Completed in 40 milliseconds