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:ng
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
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()
local
1214
ng
= rcu_dereference(p->numa_group);
in task_scan_start()
1215
if (
ng
) {
in task_scan_start()
1216
unsigned long shared = group_faults_shared(
ng
);
in task_scan_start()
1217
unsigned long private = group_faults_priv(
ng
);
in task_scan_start()
1219
period *= refcount_read(&
ng
->refcount);
in task_scan_start()
1232
struct numa_group *
ng
;
in task_scan_max()
local
1238
ng
in task_scan_max()
1277
struct numa_group *
ng
;
task_numa_group_id()
local
1312
struct numa_group *
ng
= deref_task_numa_group(p);
group_faults()
local
1326
group_faults_priv(struct numa_group *
ng
)
group_faults_priv()
argument
1339
group_faults_shared(struct numa_group *
ng
)
group_faults_shared()
argument
1359
numa_is_active_node(int nid, struct numa_group *
ng
)
numa_is_active_node()
argument
1459
struct numa_group *
ng
= deref_task_numa_group(p);
group_weight()
local
1480
struct numa_group *
ng
= deref_curr_numa_group(p);
should_numa_migrate_memory()
local
2058
struct numa_group *
ng
;
task_numa_migrate()
local
2455
struct numa_group *
ng
;
task_numa_placement()
local
2736
struct numa_group *
ng
;
task_numa_fault()
local
12131
struct numa_group *
ng
;
show_numa_stats()
local
[all...]
Completed in 8 milliseconds