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:migrate
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cpuset.c
1734
* is idempotent. Also
migrate
pages in each mm to new nodes.
in update_tasks_nodemask()
1739
bool
migrate
;
in update_tasks_nodemask()
local
1748
migrate
= is_memory_migrate(cs);
in update_tasks_nodemask()
1751
if (
migrate
) {
in update_tasks_nodemask()
1831
*
migrate
the tasks pages to the new memory.
2304
*
migrate
mm from.
in cpuset_attach()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1487
* Allow first faults or private faults to
migrate
immediately early in
in should_numa_migrate_memory()
1518
/* Always allow
migrate
on private faults */
in should_numa_migrate_memory()
1738
* Clear previous best_cpu/rq numa-
migrate
flag, since task now
in task_numa_assign()
2029
/* Skip this CPU if the source task cannot
migrate
*/
in task_numa_find_cpu()
2181
/* Attempt to
migrate
a task to a CPU on the preferred node. */
2200
/* Otherwise, try
migrate
to a CPU on the preferred node */
in numa_migrate_preferred()
2787
* Retry to
migrate
task to preferred node periodically, in case it
in task_numa_fault()
2827
unsigned long
migrate
, next_scan, now = jiffies;
in task_numa_work()
local
2858
migrate
= mm->numa_next_scan;
in task_numa_work()
2859
if (time_before(now,
migrate
)) {
in task_numa_work()
[all...]
H
A
D
sched.h
55
#include <linux/
migrate
.h>
749
* should
migrate
somewhere else.
Completed in 18 milliseconds