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:test_free_pages
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
test_free_pages.c
3
*
test_free_pages
.c: Check that free_pages() doesn't leak memory
12
static void
test_free_pages
(gfp_t gfp)
in test_free_pages()
function
29
test_free_pages
(GFP_KERNEL);
in m_in()
30
test_free_pages
(GFP_KERNEL | __GFP_COMP);
in m_in()
H
A
D
test_lockup.c
319
static void
test_free_pages
(struct list_head *pages)
in test_free_pages()
function
372
test_free_pages
(&pages);
in test_lockup()
398
test_free_pages
(&pages);
in test_lockup()
H
A
D
Makefile
103
obj-$(CONFIG_TEST_FREE_PAGES) +=
test_free_pages
.o
/kernel/linux/linux-6.6/lib/
H
A
D
test_free_pages.c
3
*
test_free_pages
.c: Check that free_pages() doesn't leak memory
14
static void
test_free_pages
(gfp_t gfp)
in test_free_pages()
function
32
test_free_pages
(GFP_KERNEL);
in m_in()
34
test_free_pages
(GFP_KERNEL | __GFP_COMP);
in m_in()
H
A
D
test_lockup.c
319
static void
test_free_pages
(struct list_head *pages)
in test_free_pages()
function
372
test_free_pages
(&pages);
in test_lockup()
398
test_free_pages
(&pages);
in test_lockup()
H
A
D
Makefile
105
obj-$(CONFIG_TEST_FREE_PAGES) +=
test_free_pages
.o
Completed in 3 milliseconds