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_alloc
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H
A
D
regression2.c
67
static struct page *
page_alloc
(void)
in page_alloc()
function
87
p =
page_alloc
();
in regression2_test()
99
p =
page_alloc
();
in regression2_test()
H
A
D
regression1.c
55
static struct page *
page_alloc
(int index)
in page_alloc()
function
127
p =
page_alloc
(0);
in regression1_fn()
132
p =
page_alloc
(1);
in regression1_fn()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H
A
D
regression2.c
67
static struct page *
page_alloc
(void)
in page_alloc()
function
87
p =
page_alloc
();
in regression2_test()
99
p =
page_alloc
();
in regression2_test()
H
A
D
regression1.c
55
static struct page *
page_alloc
(int index)
in page_alloc()
function
127
p =
page_alloc
(0);
in regression1_fn()
132
p =
page_alloc
(1);
in regression1_fn()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
Makefile
24
hyp-main.o hyp-smp.o psci-relay.o early_alloc.o
page_alloc
.o \
/kernel/linux/linux-5.10/mm/
H
A
D
Makefile
57
# Give '
page_alloc
' its own module-parameter namespace
58
page-alloc-y :=
page_alloc
.o
/kernel/linux/linux-6.6/mm/
H
A
D
Makefile
58
# Give '
page_alloc
' its own module-parameter namespace
59
page-alloc-y :=
page_alloc
.o
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nic.h
258
u64
page_alloc
;
member
H
A
D
nicvf_ethtool.c
106
NICVF_DRV_STAT(
page_alloc
),
H
A
D
nicvf_queues.c
125
this_cpu_inc(nic->pnicvf->drv_stats->
page_alloc
);
in nicvf_alloc_page()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nic.h
258
u64
page_alloc
;
member
H
A
D
nicvf_ethtool.c
107
NICVF_DRV_STAT(
page_alloc
),
H
A
D
nicvf_queues.c
126
this_cpu_inc(nic->pnicvf->drv_stats->
page_alloc
);
in nicvf_alloc_page()
Completed in 13 milliseconds