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:compaction_ready
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
vmscan.c
2853
static inline bool
compaction_ready
(struct zone *zone, struct scan_control *sc)
in compaction_ready()
function
2930
compaction_ready
(zone, sc)) {
in shrink_zones()
2931
sc->
compaction_ready
= true;
in shrink_zones()
3035
if (sc->
compaction_ready
)
in do_try_to_free_pages()
3070
if (sc->
compaction_ready
)
in do_try_to_free_pages()
H
A
D
internal.h
100
unsigned int
compaction_ready
:1;
member
/kernel/linux/linux-6.6/mm/
H
A
D
internal.h
108
unsigned int
compaction_ready
:1;
member
H
A
D
vmscan.c
6635
static inline bool
compaction_ready
(struct zone *zone, struct scan_control *sc)
in compaction_ready()
function
6743
compaction_ready
(zone, sc)) {
in shrink_zones()
6744
sc->
compaction_ready
= true;
in shrink_zones()
6859
if (sc->
compaction_ready
)
in do_try_to_free_pages()
6894
if (sc->
compaction_ready
)
in do_try_to_free_pages()
Completed in 18 milliseconds