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:hugepage_size
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
compaction_test.c
84
int check_compaction(unsigned long mem_free, unsigned int
hugepage_size
)
in check_compaction()
argument
130
compaction_index = mem_free/(atoi(nr_hugepages) *
hugepage_size
);
in check_compaction()
168
unsigned long
hugepage_size
= 0;
in main()
local
189
if (read_memory_info(&mem_free, &
hugepage_size
) != 0) {
in main()
227
if (check_compaction(mem_free,
hugepage_size
) == 0)
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
compaction_test.c
84
int check_compaction(unsigned long mem_free, unsigned int
hugepage_size
)
in check_compaction()
argument
130
compaction_index = mem_free/(atoi(nr_hugepages) *
hugepage_size
);
in check_compaction()
168
unsigned long
hugepage_size
= 0;
in main()
local
189
if (read_memory_info(&mem_free, &
hugepage_size
) != 0) {
in main()
227
if (check_compaction(mem_free,
hugepage_size
) == 0)
in main()
H
A
D
map_hugetlb.c
62
size_t
hugepage_size
;
in main()
local
67
hugepage_size
= default_huge_page_size();
in main()
69
if (
hugepage_size
> length)
in main()
70
length =
hugepage_size
;
in main()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
hugetlbpage.c
141
unsigned long
hugepage_size
= _PAGE_SZ4MB_4V;
in sun4v_hugepage_shift_to_tte()
local
147
hugepage_size
= _PAGE_SZ16GB_4V;
in sun4v_hugepage_shift_to_tte()
151
hugepage_size
= _PAGE_SZ2GB_4V;
in sun4v_hugepage_shift_to_tte()
155
hugepage_size
= _PAGE_SZ256MB_4V;
in sun4v_hugepage_shift_to_tte()
162
hugepage_size
= _PAGE_SZ64K_4V;
in sun4v_hugepage_shift_to_tte()
168
pte_val(entry) = pte_val(entry) |
hugepage_size
;
in sun4v_hugepage_shift_to_tte()
H
A
D
init_64.c
415
unsigned long
hugepage_size
= PAGE_SIZE;
in update_mmu_cache()
local
418
hugepage_size
= huge_page_size(hstate_vma(vma));
in update_mmu_cache()
420
if (
hugepage_size
>= PUD_SIZE) {
in update_mmu_cache()
428
} else if (
hugepage_size
>= PMD_SIZE) {
in update_mmu_cache()
435
if (
hugepage_size
>= PMD_SIZE) {
in update_mmu_cache()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
hugetlbpage.c
141
unsigned long
hugepage_size
= _PAGE_SZ4MB_4V;
in sun4v_hugepage_shift_to_tte()
local
147
hugepage_size
= _PAGE_SZ16GB_4V;
in sun4v_hugepage_shift_to_tte()
151
hugepage_size
= _PAGE_SZ2GB_4V;
in sun4v_hugepage_shift_to_tte()
155
hugepage_size
= _PAGE_SZ256MB_4V;
in sun4v_hugepage_shift_to_tte()
162
hugepage_size
= _PAGE_SZ64K_4V;
in sun4v_hugepage_shift_to_tte()
168
pte_val(entry) = pte_val(entry) |
hugepage_size
;
in sun4v_hugepage_shift_to_tte()
H
A
D
init_64.c
424
unsigned long
hugepage_size
= PAGE_SIZE;
in update_mmu_cache_range()
local
427
hugepage_size
= huge_page_size(hstate_vma(vma));
in update_mmu_cache_range()
429
if (
hugepage_size
>= PUD_SIZE) {
in update_mmu_cache_range()
437
} else if (
hugepage_size
>= PMD_SIZE) {
in update_mmu_cache_range()
444
if (
hugepage_size
>= PMD_SIZE) {
in update_mmu_cache_range()
Completed in 10 milliseconds