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:SCAN_SUCCEED
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
khugepaged.c
31
SCAN_SUCCEED
,
enumerator
670
result =
SCAN_SUCCEED
;
in __collapse_huge_page_isolate()
763
* Returns
SCAN_SUCCEED
if copying succeeds, otherwise returns SCAN_COPY_MC.
787
int result =
SCAN_SUCCEED
;
in __collapse_huge_page_copy()
806
if (likely(result ==
SCAN_SUCCEED
))
in __collapse_huge_page_copy()
938
return
SCAN_SUCCEED
;
in hugepage_vma_revalidate()
962
return
SCAN_SUCCEED
;
in find_pmd_or_thp_or_none()
972
if (result !=
SCAN_SUCCEED
)
in check_pmd_still_valid()
976
return
SCAN_SUCCEED
;
in check_pmd_still_valid()
984
* Returns result: if not
SCAN_SUCCEED
, mmap_loc
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
khugepaged.c
28
SCAN_SUCCEED
,
enumerator
728
result =
SCAN_SUCCEED
;
in __collapse_huge_page_isolate()
1218
result =
SCAN_SUCCEED
;
in collapse_huge_page()
1374
result =
SCAN_SUCCEED
;
in khugepaged_scan_pmd()
1685
int nr_none = 0, result =
SCAN_SUCCEED
;
in collapse_file()
1921
if (result ==
SCAN_SUCCEED
) {
in collapse_file()
2020
int result =
SCAN_SUCCEED
;
in khugepaged_scan_file()
2076
if (result ==
SCAN_SUCCEED
) {
in khugepaged_scan_file()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
huge_memory.h
12
EM(
SCAN_SUCCEED
, "succeeded") \
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
huge_memory.h
12
EM(
SCAN_SUCCEED
, "succeeded") \
Completed in 6 milliseconds