Home
last modified time | relevance | path

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

/linux/drivers/android/binder/node/
H A Dwrapper.rs11 pub(crate) struct CritIncrWrapper { struct
15 impl CritIncrWrapper { argument
17 Ok(CritIncrWrapper { in new()
/linux/drivers/android/binder/
H A Dprocess.rs46 node::{CouldNotDeliverCriticalIncrement, CritIncrWrapper, Node, NodeDeath, NodeRef},
256 wrapper: Option<CritIncrWrapper>, in new_node_ref_with_thread() argument
761 wrapper: Option<CritIncrWrapper>, in get_node_inner() argument
803 wrapper = Some(CritIncrWrapper::new()?); in get_node()
H A Dnode.rs26 pub(crate) use self::wrapper::CritIncrWrapper;
463 wrapper: CritIncrWrapper, in incr_refcount_allow_zero2one_with_wrapper() argument