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:suitable
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
compaction.c
394
* is
suitable
as both source and target.
in __reset_isolation_suitable()
420
/* Leave no distance if no
suitable
block was reset */
in __reset_isolation_suitable()
1344
/* Returns true if the page is within a block
suitable
for migration to */
1352
* the only small danger is that we skip a potentially
suitable
in suitable_migration_target()
1389
* Used when scanning for a
suitable
migration target which scans freelists
1485
* PFN found if a
suitable
one is not found.
in fast_isolate_freepages()
1636
*
suitable
for isolating free pages from and then isolate them.
1685
*
suitable
migration targets, so periodically check resched.
in isolate_freepages()
1702
/* Check the block is
suitable
for migration */
in isolate_freepages()
1710
/* Found a block
suitable
fo
in isolate_freepages()
2310
bool
suitable
;
compaction_suitable()
local
[all...]
/kernel/linux/linux-5.10/tools/scripts/
H
A
D
utilities.mak
82
# This function produces text that is
suitable
for
/kernel/linux/linux-6.6/tools/scripts/
H
A
D
utilities.mak
82
# This function produces text that is
suitable
for
/kernel/linux/linux-5.10/mm/
H
A
D
vmscan.c
2856
enum compact_result
suitable
;
in compaction_ready()
local
2858
suitable
= compaction_suitable(zone, sc->order, 0, sc->reclaim_idx);
in compaction_ready()
2859
if (
suitable
== COMPACT_SUCCESS)
in compaction_ready()
2862
if (
suitable
== COMPACT_SKIPPED)
in compaction_ready()
Completed in 9 milliseconds