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_object
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
kmemleak.c
54
* using the
get_object
()/put_object() functions. When the use_count becomes
56
* kmemleak_object freeing via an RCU callback. All calls to the
get_object
()
443
static int
get_object
(struct kmemleak_object *object)
in get_object()
function
558
if (object && !
get_object
(object))
in __find_and_get_object()
1285
WARN_ON(!
get_object
(object));
in update_refs()
1342
* No need for
get_object
() here since we hold kmemleak_lock.
in scan_block()
1490
*
get_object
() if necessaary.
1494
if (!
get_object
(object))
in kmemleak_cond_resched()
1558
if (color_gray(object) &&
get_object
(object))
in kmemleak_scan()
1645
&& update_checksum(object) &&
get_object
(objec
in kmemleak_scan()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
kmemleak.c
51
* using the
get_object
()/put_object() functions. When the use_count becomes
53
* kmemleak_object freeing via an RCU callback. All calls to the
get_object
()
408
static int
get_object
(struct kmemleak_object *object)
in get_object()
function
522
if (object && !
get_object
(object))
in find_and_get_object()
1204
WARN_ON(!
get_object
(object));
in update_refs()
1261
* No need for
get_object
() here since we hold kmemleak_lock.
in scan_block()
1432
if (color_gray(object) &&
get_object
(object))
in kmemleak_scan()
1505
&& update_checksum(object) &&
get_object
(object)) {
in kmemleak_scan()
1636
if (
get_object
(object))
in kmemleak_seq_start()
1657
if (
get_object
(ob
in kmemleak_seq_next()
[all...]
Completed in 6 milliseconds