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:get_first_page
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
zsmalloc.c
482
static inline struct page *
get_first_page
(struct zspage *zspage)
in get_first_page()
function
914
for (cursor =
get_first_page
(zspage); cursor != NULL; cursor =
in trylock_zspage()
924
for (cursor =
get_first_page
(zspage); cursor != fail; cursor =
in trylock_zspage()
945
next = page =
get_first_page
(zspage);
in __free_zspage()
983
struct page *page =
get_first_page
(zspage);
in init_zspage()
1381
m_page =
get_first_page
(zspage);
in obj_malloc()
1766
page =
get_first_page
(zspage);
in lock_zspage()
1886
page =
get_first_page
(zspage);
in replace_sub_page()
2222
struct page *page =
get_first_page
(zspage);
in SetZsPageMovable()
2267
cc.s_page =
get_first_page
(src_zspag
in __zs_compact()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
zsmalloc.c
451
static inline struct page *
get_first_page
(struct zspage *zspage)
in get_first_page()
function
831
for (cursor =
get_first_page
(zspage); cursor != NULL; cursor =
in trylock_zspage()
841
for (cursor =
get_first_page
(zspage); cursor != fail; cursor =
in trylock_zspage()
862
next = page =
get_first_page
(zspage);
in __free_zspage()
904
struct page *page =
get_first_page
(zspage);
in init_zspage()
1326
m_page =
get_first_page
(zspage);
in obj_malloc()
1584
struct page *s_page =
get_first_page
(src_zspage);
in migrate_zspage()
1685
page =
get_first_page
(zspage);
in lock_zspage()
1762
page =
get_first_page
(zspage);
in replace_sub_page()
1955
struct page *page =
get_first_page
(zspag
in SetZsPageMovable()
[all...]
Completed in 7 milliseconds