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:page_cluster
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
swap.c
47
int
page_cluster
;
variable
1104
page_cluster
= 2;
in swap_setup()
1106
page_cluster
= 3;
in swap_setup()
H
A
D
swap_state.c
587
max_pages = 1 << READ_ONCE(
page_cluster
);
in swapin_nr_pages()
611
* (1 <<
page_cluster
) entries in the swap area. This method is chosen
639
/* Read a
page_cluster
sized and aligned cluster around offset. */
in swap_cluster_readahead()
725
max_win = 1 << min_t(unsigned int, READ_ONCE(
page_cluster
),
in swap_ra_info()
/kernel/linux/linux-5.10/mm/
H
A
D
swap.c
46
int
page_cluster
;
variable
1191
page_cluster
= 2;
in swap_setup()
1193
page_cluster
= 3;
in swap_setup()
H
A
D
swap_state.c
616
max_pages = 1 << READ_ONCE(
page_cluster
);
in swapin_nr_pages()
640
* (1 <<
page_cluster
) entries in the swap area. This method is chosen
675
/* Read a
page_cluster
sized and aligned cluster around offset. */
in swap_cluster_readahead()
764
max_win = 1 << min_t(unsigned int, READ_ONCE(
page_cluster
),
in swap_ra_info()
/kernel/linux/linux-6.6/kernel/
H
A
D
sysctl.c
2127
.data = &
page_cluster
,
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm.h
81
extern int
page_cluster
;
/kernel/linux/linux-5.10/kernel/
H
A
D
sysctl.c
2845
.data = &
page_cluster
,
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm.h
78
extern int
page_cluster
;
Completed in 23 milliseconds