Home
last modified time | relevance | path

Searched refs:death (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs312 pub(crate) fn death_delivered(&mut self, death: DArc<NodeDeath>) { in death_delivered()
313 if let Some(death) = ListArc::try_from_arc_or_drop(death) { in death_delivered()
314 self.delivered_deaths.push_back(death); in death_delivered()
343 death: ListArcField<Option<DArc<NodeDeath>>, { Self::LIST_PROC }>, field
365 death: ListArcField::new(None), in new()
374 pub(crate) fn death(&mut self<{Self::LIST_PROC}>) -> &mut Option<DArc<NodeDeath>> { death }
919 pub(crate) fn remove_from_delivered_deaths(&self, death: &DArc<NodeDeath>) { in remove_from_delivered_deaths()
922 let removed = unsafe { inner.delivered_deaths.remove(death) }; in remove_from_delivered_deaths()
949 if let Some(death) = info.death().take() { in update_ref()
950 death.set_cleared(true); in update_ref()
[all …]
/linux/drivers/android/
H A Dbinder.c1216 if (ref->death) { in binder_cleanup_ref_olocked()
1218 "%d delete ref %d desc %d has death notification\n", in binder_cleanup_ref_olocked()
1221 binder_dequeue_work(ref->proc, &ref->death->work); in binder_cleanup_ref_olocked()
1350 * (if non-NULL) and the binder_ref_death indicated by ref->death.
1356 kfree(ref->death); in binder_free_ref()
4382 struct binder_ref_death *death = NULL; in binder_thread_write()
4392 * Allocate memory for death notification in binder_thread_write()
4395 death = kzalloc_obj(*death); in binder_thread_write()
4396 if (death in binder_thread_write()
4384 struct binder_ref_death *death = NULL; binder_thread_write() local
4506 struct binder_ref_death *death = NULL; binder_thread_write() local
4944 struct binder_ref_death *death; binder_thread_read() local
5218 struct binder_ref_death *death; binder_release_work() local
6198 int death = 0; binder_node_release() local
[all...]
/linux/arch/mips/kernel/
H A Dsmp-cps.c733 static void cps_shutdown_this_cpu(enum cpu_death death) in cps_shutdown_this_cpu() argument
740 if (death == CPU_DEATH_HALT) { in cps_shutdown_this_cpu()
/linux/net/ipv4/
H A Dtcp_timer.c811 goto death; in tcp_keepalive_timer()
860 death: in tcp_keepalive_timer()
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst704 This actually supposed to ensure death of the CPU. Actually look at some
/linux/Documentation/
H A Dmemory-barriers.txt1908 This makes sure that the death mark on the object is perceived to be set
/linux/
H A DCREDITS1412 D: parent process death signal to children