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:death
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
368
* @work: worklist element for
death
notifications
406
* @
death
: pointer to
death
notification (ref_death) if requested
423
struct binder_ref_death *
death
;
member
463
* @delivered_death: list of delivered
death
notification
1572
if (ref->
death
) {
in binder_cleanup_ref_olocked()
1574
"%d delete ref %d desc %d has
death
notification\n",
in binder_cleanup_ref_olocked()
1577
binder_dequeue_work(ref->proc, &ref->
death
->work);
in binder_cleanup_ref_olocked()
1700
* (if non-NULL) and the binder_ref_death indicated by ref->
death
.
1706
kfree(ref->
death
);
in binder_free_ref()
4300
struct binder_ref_
death
*
death
= NULL;
binder_thread_write()
local
4422
struct binder_ref_
death
*
death
= NULL;
binder_thread_write()
local
4825
struct binder_ref_
death
*
death
;
binder_thread_read()
local
5075
struct binder_ref_
death
*
death
;
binder_release_work()
local
5881
int
death
= 0;
binder_node_release()
local
[all...]
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder.c
1199
if (ref->
death
) {
in binder_cleanup_ref_olocked()
1201
"%d delete ref %d desc %d has
death
notification\n",
in binder_cleanup_ref_olocked()
1204
binder_dequeue_work(ref->proc, &ref->
death
->work);
in binder_cleanup_ref_olocked()
1327
* (if non-NULL) and the binder_ref_death indicated by ref->
death
.
1333
kfree(ref->
death
);
in binder_free_ref()
4136
struct binder_ref_death *
death
= NULL;
in binder_thread_write()
local
4146
* Allocate memory for
death
notification
in binder_thread_write()
4149
death
= kzalloc(sizeof(*
death
), GFP_KERNEL);
in binder_thread_write()
4150
if (
death
in binder_thread_write()
4258
struct binder_ref_
death
*
death
= NULL;
binder_thread_write()
local
4656
struct binder_ref_
death
*
death
;
binder_thread_read()
local
4908
struct binder_ref_
death
*
death
;
binder_release_work()
local
5925
int
death
= 0;
binder_node_release()
local
[all...]
H
A
D
binder_internal.h
270
* @work: worklist element for
death
notifications
308
* @
death
: pointer to
death
notification (ref_death) if requested
325
struct binder_ref_death *
death
;
member
375
* @delivered_death: list of delivered
death
notification
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_timer.c
367
goto
death
;
in tcp_nip_keepalive_timer()
406
death
:
in tcp_nip_keepalive_timer()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
smp-cps.c
404
static void cps_shutdown_this_cpu(enum cpu_death
death
)
in cps_shutdown_this_cpu()
argument
411
if (
death
== CPU_DEATH_HALT) {
in cps_shutdown_this_cpu()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
smp-cps.c
402
static void cps_shutdown_this_cpu(enum cpu_death
death
)
in cps_shutdown_this_cpu()
argument
409
if (
death
== CPU_DEATH_HALT) {
in cps_shutdown_this_cpu()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_timer.c
743
goto
death
;
in tcp_keepalive_timer()
791
death
:
in tcp_keepalive_timer()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_timer.c
747
goto
death
;
in tcp_keepalive_timer()
795
death
:
in tcp_keepalive_timer()
Completed in 18 milliseconds