Home
last modified time | relevance | path

Searched refs:death (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c368 * @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 Dbinder.c1199 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 Dbinder_internal.h270 * @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 Dtcp_nip_timer.c367 goto death; in tcp_nip_keepalive_timer()
406 death: in tcp_nip_keepalive_timer()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsmp-cps.c404 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 Dsmp-cps.c402 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 Dtcp_timer.c743 goto death; in tcp_keepalive_timer()
791 death: in tcp_keepalive_timer()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_timer.c747 goto death; in tcp_keepalive_timer()
795 death: in tcp_keepalive_timer()

Completed in 18 milliseconds