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:kcompactd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
compaction.c
1686
* Only allow
kcompactd
and direct requests for movable pages to
in fast_find_migrateblock()
1905
* corresponding
kcompactd
thread when the node's fragmentation score
1962
* by kswapd when it goes to sleep.
kcompactd
does not set the
in __compact_finished()
2796
static int
kcompactd
(void *p)
in kcompactd()
function
2826
/*
kcompactd
wait timeout */
in kcompactd()
2850
* This
kcompactd
start function will be called by init and node-hot-add.
2851
* On node-hot-add,
kcompactd
will moved to proper cpus if cpus are hot-added.
2858
if (pgdat->
kcompactd
)
in kcompactd_run()
2861
pgdat->
kcompactd
= kthread_run(
kcompactd
, pgda
in kcompactd_run()
2876
struct task_struct *
kcompactd
= NODE_DATA(nid)->
kcompactd
;
kcompactd_stop()
local
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
compaction.c
1883
* Only allow
kcompactd
and direct requests for movable pages to
in fast_find_migrateblock()
2123
* corresponding
kcompactd
thread when the node's fragmentation score
2182
* by kswapd when it goes to sleep.
kcompactd
does not set the
in __compact_finished()
3046
static int
kcompactd
(void *p)
in kcompactd()
function
3118
* This
kcompactd
start function will be called by init and node-hot-add.
3119
* On node-hot-add,
kcompactd
will moved to proper cpus if cpus are hot-added.
3125
if (pgdat->
kcompactd
)
in kcompactd_run()
3128
pgdat->
kcompactd
= kthread_run(
kcompactd
, pgdat, "
kcompactd
in kcompactd_run()
3141
struct task_struct *
kcompactd
= NODE_DATA(nid)->
kcompactd
;
kcompactd_stop()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
mmzone.h
798
struct task_struct *
kcompactd
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
mmzone.h
1363
struct task_struct *
kcompactd
;
member
Completed in 22 milliseconds