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:huge_pages
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/zram/
H
A
D
zram_drv.h
96
atomic64_t
huge_pages
; /* no. of huge pages */
member
H
A
D
zram_drv.c
1033
(u64)atomic64_read(&zram->stats.
huge_pages
));
in mm_stat_show()
1204
atomic64_dec(&zram->stats.
huge_pages
);
in zram_free_page()
1447
atomic64_inc(&zram->stats.
huge_pages
);
in __zram_bvec_write()
/kernel/linux/linux-6.6/drivers/block/zram/
H
A
D
zram_drv.h
99
atomic64_t
huge_pages
; /* no. of huge pages */
member
H
A
D
zram_drv.c
1101
(u64)atomic64_read(&zram->stats.
huge_pages
),
in mm_stat_show()
1274
atomic64_dec(&zram->stats.
huge_pages
);
in zram_free_page()
1539
atomic64_inc(&zram->stats.
huge_pages
);
in zram_write_page()
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
vmw_balloon.c
362
* @
huge_pages
- list of the inflated 2MB pages.
366
struct list_head
huge_pages
;
member
1022
list_splice_init(pages, &b->
huge_pages
);
in vmballoon_enqueue_page_list()
1063
list_for_each_entry_safe(page, tmp, &b->
huge_pages
, lru) {
in vmballoon_dequeue_page_list()
1951
INIT_LIST_HEAD(&balloon.
huge_pages
);
in vmballoon_init()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
vmw_balloon.c
355
* @
huge_pages
- list of the inflated 2MB pages.
359
struct list_head
huge_pages
;
member
1015
list_splice_init(pages, &b->
huge_pages
);
in vmballoon_enqueue_page_list()
1056
list_for_each_entry_safe(page, tmp, &b->
huge_pages
, lru) {
in vmballoon_dequeue_page_list()
1895
INIT_LIST_HEAD(&balloon.
huge_pages
);
in vmballoon_init()
Completed in 12 milliseconds