Home
last modified time | relevance | path

Searched refs:into_arc (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/list/
H A Darc.rs371 pub fn into_arc(self) -> Arc<T> { in into_arc() function
/linux/drivers/android/binder/
H A Dnode.rs540 work.into_arc().cancel(); in release()
546 death.into_arc().set_dead(); in release()
H A Dthread.rs1412 Ok(Some(work)) => match work.into_arc().do_work(self, &mut writer) { in read()
1533 work.into_arc().cancel(); in release()
1551 .map(ListArc::into_arc) in try_new()
H A Dprocess.rs304 return Some(next.remove().into_arc()); in pull_delivered_death()
766 let node = DTRWrap::arc_pin_init(Node::new(ptr, cookie, flags, self.into()))?.into_arc(); in get_node_inner()
1392 work.into_arc().cancel(); in deferred_release()