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:full_scans
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
khugepaged.c
479
int
full_scans
;
in wait_for_scan()
local
491
full_scans
= read_num("khugepaged/
full_scans
") + 2;
in wait_for_scan()
497
if (read_num("khugepaged/
full_scans
") >=
full_scans
)
in wait_for_scan()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
ksm_tests.c
100
unsigned long
full_scans
, pages_unshared, pages_volatile;
in ksm_print_sysfs()
local
107
ksm_read_sysfs(KSM_FP("
full_scans
"), &
full_scans
) ||
in ksm_print_sysfs()
118
printf("
full_scans
: %lu\n",
full_scans
);
in ksm_print_sysfs()
223
if (ksm_read_sysfs(KSM_FP("
full_scans
"), &init_scan))
in ksm_do_scan()
228
if (ksm_read_sysfs(KSM_FP("
full_scans
"), &cur_scan))
in ksm_do_scan()
H
A
D
khugepaged.c
836
int
full_scans
;
in wait_for_scan()
local
848
full_scans
= read_num("khugepaged/
full_scans
") + 2;
in wait_for_scan()
854
if (read_num("khugepaged/
full_scans
") >=
full_scans
)
in wait_for_scan()
/kernel/linux/linux-5.10/mm/
H
A
D
ksm.c
3137
KSM_ATTR_RO(
full_scans
);
variable
H
A
D
khugepaged.c
220
__ATTR_RO(
full_scans
);
/kernel/linux/linux-6.6/mm/
H
A
D
khugepaged.c
227
__ATTR_RO(
full_scans
);
H
A
D
ksm.c
3450
KSM_ATTR_RO(
full_scans
);
variable
Completed in 20 milliseconds