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
defs:kfree
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/
H
A
D
slab.c
30
void
kfree
(void *p)
in kfree()
function
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H
A
D
linux.c
97
void
kfree
(void *p)
in kfree()
function
/kernel/linux/linux-5.10/tools/virtio/linux/
H
A
D
kernel.h
79
static inline void
kfree
(void *p)
in kfree()
function
/kernel/linux/linux-5.10/lib/
H
A
D
decompress_unxz.c
154
#undef
kfree
macro
158
#define
kfree
(ptr) free(ptr)
macro
/kernel/linux/linux-6.6/lib/
H
A
D
decompress_unxz.c
156
#undef
kfree
macro
160
#define
kfree
(ptr) free(ptr)
macro
/kernel/linux/linux-5.10/tools/virtio/ringtest/
H
A
D
ptr_ring.c
55
static void
kfree
(void *p)
in kfree()
function
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/
H
A
D
mm.h
124
#define
kfree
(x) free(x)
macro
/kernel/linux/linux-6.6/tools/testing/scatterlist/linux/
H
A
D
mm.h
124
#define
kfree
(x) free(x)
macro
/kernel/linux/linux-6.6/tools/virtio/ringtest/
H
A
D
ptr_ring.c
55
static void
kfree
(void *p)
in kfree()
function
/kernel/linux/linux-6.6/tools/virtio/linux/
H
A
D
kernel.h
80
static inline void
kfree
(void *p)
in kfree()
function
/kernel/linux/linux-5.10/mm/
H
A
D
slob.c
538
void
kfree
(const void *block)
in kfree()
function
561
EXPORT_SYMBOL(
kfree
);
variable
H
A
D
slab_common.c
1188
EXPORT_TRACEPOINT_SYMBOL(
kfree
);
variable
H
A
D
slab.c
3738
void
kfree
(const void *objp)
kfree()
function
3760
EXPORT_SYMBOL(
kfree
);
global()
variable
[all...]
H
A
D
slub.c
4107
void
kfree
(const void *x)
in kfree()
function
4130
EXPORT_SYMBOL(
kfree
);
variable
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
slab_common.c
1056
void
kfree
(const void *object)
in kfree()
function
1077
EXPORT_SYMBOL(
kfree
);
variable
1507
EXPORT_TRACEPOINT_SYMBOL(
kfree
);
variable
Completed in 20 milliseconds