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_faults
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1303
if (!p->
numa_faults
) {
in task_faults()
1307
return p->
numa_faults
[task_faults_idx(NUMA_MEM, nid, 0)] + p->
numa_faults
[task_faults_idx(NUMA_MEM, nid, 1)];
in task_faults()
1441
if (!p->
numa_faults
) {
in task_weight()
2187
if (unlikely(p->numa_preferred_nid == NUMA_NO_NODE || !p->
numa_faults
)) {
in numa_migrate_preferred()
2482
/* Keep track of the offsets in
numa_faults
array */
in task_numa_placement()
2496
diff = p->
numa_faults
[membuf_idx] - p->
numa_faults
[mem_idx] / 0x2;
in task_numa_placement()
2497
fault_types[priv] += p->
numa_faults
[membuf_idx];
in task_numa_placement()
2498
p->
numa_faults
[membuf_id
in task_numa_placement()
2695
unsigned long *
numa_faults
= p->
numa_faults
;
task_numa_free()
local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1276
*
numa_faults
is an array split into four regions:
1289
unsigned long *
numa_faults
;
member
Completed in 13 milliseconds