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:thp_pte_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
tlb.c
184
mm->context.
thp_pte_count
++;
in __set_pmd_acct()
189
mm->context.
thp_pte_count
--;
in __set_pmd_acct()
253
*
thp_pte_count
when splitting a THP, so do it now.
in pmdp_invalidate()
258
(vma->vm_mm)->context.
thp_pte_count
--;
in pmdp_invalidate()
H
A
D
fault_64.c
456
mm_rss -= (mm->context.
thp_pte_count
* (HPAGE_SIZE / PAGE_SIZE));
in do_sparc64_fault()
462
mm_rss = mm->context.hugetlb_pte_count + mm->context.
thp_pte_count
;
in do_sparc64_fault()
H
A
D
tsb.c
558
saved_thp_pte_count = mm->context.
thp_pte_count
;
in init_new_context()
560
mm->context.
thp_pte_count
= 0;
in init_new_context()
H
A
D
init_64.c
414
if (mm->context.hugetlb_pte_count || mm->context.
thp_pte_count
) {
in update_mmu_cache()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
tlb.c
189
mm->context.
thp_pte_count
++;
in __set_pmd_acct()
194
mm->context.
thp_pte_count
--;
in __set_pmd_acct()
258
*
thp_pte_count
when splitting a THP, so do it now.
in pmdp_invalidate()
263
(vma->vm_mm)->context.
thp_pte_count
--;
in pmdp_invalidate()
H
A
D
tsb.c
558
saved_thp_pte_count = mm->context.
thp_pte_count
;
in init_new_context()
560
mm->context.
thp_pte_count
= 0;
in init_new_context()
H
A
D
fault_64.c
468
mm_rss -= (mm->context.
thp_pte_count
* (HPAGE_SIZE / PAGE_SIZE));
in do_sparc64_fault()
474
mm_rss = mm->context.hugetlb_pte_count + mm->context.
thp_pte_count
;
in do_sparc64_fault()
H
A
D
init_64.c
423
if (mm->context.hugetlb_pte_count || mm->context.
thp_pte_count
) {
in update_mmu_cache_range()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
mmu_64.h
111
unsigned long
thp_pte_count
;
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
mmu_64.h
111
unsigned long
thp_pte_count
;
member
Completed in 13 milliseconds