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:kmemleak_object
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
kmemleak.c
19
* metadata (struct
kmemleak_object
) for the allocated memory blocks.
23
* allocated with physical address. The
kmemleak_object
structures are
28
* -
kmemleak_object
.lock (raw_spinlock_t): protects a
kmemleak_object
.
40
* Note that the
kmemleak_object
.use_count is incremented when an object is
53
* The
kmemleak_object
structures have a use_count incremented or decremented
56
*
kmemleak_object
freeing via an RCU callback. All calls to the get_object()
143
struct
kmemleak_object
{
struct
202
static struct
kmemleak_object
mem_pool[CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE];
296
struct
kmemleak_object
*objec
in hex_dump_object()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
kmemleak.c
18
* holding the metadata (struct
kmemleak_object
) for the allocated memory
21
*
kmemleak_object
structures are added to the object_list and
25
* -
kmemleak_object
.lock (raw_spinlock_t): protects a
kmemleak_object
.
37
* Note that the
kmemleak_object
.use_count is incremented when an object is
50
* The
kmemleak_object
structures have a use_count incremented or decremented
53
*
kmemleak_object
freeing via an RCU callback. All calls to the get_object()
137
struct
kmemleak_object
{
struct
189
static struct
kmemleak_object
mem_pool[CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE];
281
struct
kmemleak_object
*objec
in hex_dump_object()
[all...]
Completed in 4 milliseconds