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:max_faults
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
2212
unsigned long faults,
max_faults
= 0;
in numa_group_count_active_nodes()
local
2218
if (faults >
max_faults
) {
in numa_group_count_active_nodes()
2219
max_faults
= faults;
in numa_group_count_active_nodes()
2226
if (faults * ACTIVE_NODE_FRACTION >
max_faults
) {
in numa_group_count_active_nodes()
2231
numa_group->max_faults_cpu =
max_faults
;
in numa_group_count_active_nodes()
2401
unsigned long
max_faults
= 0;
in preferred_group_nid()
local
2427
if (faults >
max_faults
) {
in preferred_group_nid()
2428
max_faults
= faults;
in preferred_group_nid()
2439
if (!
max_faults
) {
in preferred_group_nid()
2450
unsigned long
max_faults
in task_numa_placement()
local
[all...]
Completed in 9 milliseconds