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:numa_group
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1130
struct
numa_group
{
struct
1152
* ->
numa_group
(see struct task_struct for locking rules).
1154
static struct
numa_group
*deref_task_numa_group(struct task_struct *p)
in deref_task_numa_group()
1156
return rcu_dereference_check(p->
numa_group
,
in deref_task_numa_group()
1160
static struct
numa_group
*deref_curr_numa_group(struct task_struct *p)
in deref_curr_numa_group()
1162
return rcu_dereference_protected(p->
numa_group
, p == current);
in deref_curr_numa_group()
1165
static inline unsigned long group_faults_priv(struct
numa_group
*ng);
1166
static inline unsigned long group_faults_shared(struct
numa_group
*ng);
1210
struct
numa_group
*ng;
in task_scan_start()
1214
ng = rcu_dereference(p->
numa_group
);
in task_scan_start()
2210
numa_group
_count_active_nodes(struct
numa_group
*
numa_group
)
numa_group_count_active_nodes()
argument
7933
struct
numa_group
*
numa_group
= rcu_dereference(p->
numa_group
);
migrate_degrades_locality()
local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1270
* - current->
numa_group
from everywhere
1273
struct
numa_group
__rcu *
numa_group
;
member
Completed in 20 milliseconds