Home
last modified time | relevance | path

Searched refs:try_from_arc_or_drop (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/list/
H A Darc.rs310 pub fn try_from_arc_or_drop(arc: Arc<T>) -> Option<Self> in try_from_arc_or_drop() function
/linux/drivers/android/binder/
H A Dnode.rs1011 if let Some(death) = ListArc::try_from_arc_or_drop(self) { in set_notification_done()
1031 if let Some(death) = ListArc::try_from_arc_or_drop(self) { in set_dead()
H A Dprocess.rs312 if let Some(death) = ListArc::try_from_arc_or_drop(death) { in death_delivered()
1283 if let Some(death) = ListArc::try_from_arc_or_drop(death) { in clear_death()